PerfectlyNormal / tinymce-rails-imageupload

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

Compiling with tinymce-rails config.tinymce.install = :copy breaks. #82

Closed Preen closed 7 years ago

Preen commented 7 years ago

I had to change this line insidelib/tasks/tinymce-uploadimage-asset.rake assets = Pathname.new(File.expand_path(File.dirname(__FILE__) + "/../../vendor/assets/javascripts/tinymce")) To. assets = Pathname.new(File.expand_path(File.dirname(__FILE__) + "/../../app/assets/javascripts/tinymce"))

Otherwise I would get an "unknown file type" error

botimer commented 7 years ago

This fix is covered in pull request #88.

PerfectlyNormal commented 7 years ago

Thanks! Try with v4.0.17.beta.3, which should fix it