kirtithorat / carrierwave-crop

Carrierwave extension to crop uploaded images using Jcrop plugin with preview.
MIT License
94 stars 58 forks source link

Add the ability to generate javascript instead of coffeescript #4

Open JakeLaCombe opened 10 years ago

JakeLaCombe commented 10 years ago

Hello!

Would it be possible to generate javascript instead of coffeescript code for the image uploader? I know of several developers that prefer javascript to coffeescript, and I feel being able to provide that option would help make the gem for flexible and easier to use.

kirtithorat commented 10 years ago

@JakeLaCombe Appreciate the suggestion, it would certainly be a bonus to provide a little flexibility. The reason for preferring coffeescript over javascript for the gem was the adoption of coffeescript by Rails since version 3.1.

DonGiulio commented 8 years ago

I Agree with this request, I work on a rails 4 project that had support of coffeescript removed. so a javascript version of this would help me a lot too.