spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
816 stars 258 forks source link

Do I need to precompile assets on every change of tinymce.yml? #101

Closed archonic closed 11 years ago

archonic commented 11 years ago

Just want to check if I'm being dumb. I'm customizing tinymce4 and with the sparse documentation, it's turning out to be a lot of stabs in the dark.

Every time I change tinymce.yml, I have to close the server, precompile assets for my environment, start the server, refresh the page and retry the use case.

Is there a faster way to do this?

archonic commented 11 years ago

I just found this: http://fiddle.tinymce.com/

Bam.

spohlenz commented 11 years ago

At this stage, restarting the server is required after editing tinymce.yml but recompiling assets shouldn't be necessary.