PerfectlyNormal / tinymce-rails-imageupload

Image upload plugin for TinyMCE and Rails with the asset pipeline
MIT License
148 stars 153 forks source link

Generating plugin.js without digest #69

Closed ekubal closed 8 years ago

ekubal commented 9 years ago

Currently assets:precompile generates plugin.js with digest, but tinymce tries to load plugin.js file. After my modification, assets:precompile task creates public/assets/tinymce/plugins/uploadimage/plugin.js file.

sobrinho commented 8 years ago

Closing due to the lack of activity but everything seems fine on latest version, reopen if you still see this issue on master.