spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
814 stars 257 forks source link

tinymce-jquery.js not precompiled #128

Closed FineLineAutomation closed 10 years ago

FineLineAutomation commented 10 years ago

In the tinymce4 branch, you add tinymce.js to the precompile list but not tinymce-jquery.js. Can we get it added to the precompile list?

spohlenz commented 10 years ago

I'm reluctant to do this, since each additional file added to the precompile list adds to the asset compilation time (even having tinymce.js in there I feel is borderline). It's also easier to manually add it to the list than to remove it.

I have however added a section to the README to make it clear that adding tinymce-jquery.js to the precompile list in your app is possible and supported.