Closed StraDIVar closed 9 years ago
The git repo currently does not contain the unminified version, so the filename is correct.
So filename in documentation is incorrect because there is //= require jquery-fileupload/vendor/load-image
there
Thanks for finding this out. Fixed via 0f83ec023ed4bfd7a108bb573772c6755269ba0c
You use
//= require jquery-fileupload/vendor/load-image.all.min
file, not//= require jquery-fileupload/vendor/load-image
. It may be important for those who attach files manually (like me). Fix it please