spohlenz / tinymce-rails

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

Support custom skin #144

Closed jadeydi closed 10 years ago

jadeydi commented 10 years ago

I add a new option in tinymce.yml for user to add custom skin. This will also copy assets special in tinymce.yml to 'rails/root/public/assets/tinymce/'

assets:
  - 'app/assets/stylesheets/tinymce'
spohlenz commented 10 years ago

If your skins/plugins are in your asset pipeline under tinymce/ (and set to be precompiled), then this shouldn't be necessary. See the README section "Custom Plugins & Skins".