rsantamaria / papercrop

An easy extension for Paperclip to crop your image uploads using jCrop.
203 stars 83 forks source link

Should include minified Jrop #15

Closed ezuhaib closed 10 years ago

ezuhaib commented 10 years ago

I believe minified Jcrop should be incorporated, or should be provided as alternative.

rsantamaria commented 10 years ago

The Jcrop file included in the pipeline is the one from lib/assets/javascripts/jquery.jcrop.js and it's already minified.

rsantamaria commented 10 years ago

Even so, lib is not the right place. Moved jcrop assets to vendor/assets. Note that the folder vendor/jcrop-v0.9.10 (renamed now as src.jcrop-v0.9.10) is the original package and source files. I hope is less confusing now : )