jonasundderwolf / django-image-cropping

Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
Other
553 stars 130 forks source link

Combine and minify js to help avoid conflicts #142

Closed bengosney closed 3 years ago

bengosney commented 4 years ago

Fixes #140

anrie commented 4 years ago

Hey @bengosney,

thanks for your Pull Request!

This looks good but raises the question how to update the minified file if for example image_cropping.js is edited or Jcrop gets updated.

I tried to address this here: https://github.com/jonasundderwolf/django-image-cropping/pull/148/

Would be great if you could take a look and see if this still also solves your original problem.

MRigal commented 3 years ago

Closing as this was solved in #148