spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
815 stars 256 forks source link

doesn't work in production #172

Open davidhq opened 9 years ago

davidhq commented 9 years ago

I get:

"NetworkError: 404 Not Found - https://site.com/posts//themes/modern/theme.js"

With

//= require tinymce

and with

//= require tinymce-jquery

this doesn't happen, but I experience a different bug in FF inside the tinymce editing (CMD+Left/Right arrow would jump by one word instead of to the beginning / end of line)

So how to fix the 404 error for theme.js ?

thank you david

Znow commented 7 years ago

It suddenly stopped working for my site aswell.... No luck with either upgrading or downgrading....