spohlenz / tinymce-rails

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

Rails 6: In assets we are missing content.min.css and skin.min.css #270

Closed quantavi closed 4 years ago

quantavi commented 4 years ago

tinymce-rails tries to load assets/tinymce/skins/trestle/skin.min.css, but file that gets created is under different location: assets/tinymce/skins/lightgray/skin.min.css. Same goes for content.min.css file. Is there any additional step needed for assets precompilation? Thanks

spohlenz commented 4 years ago

This should now be fixed in the latest releases of trestle-tinymce.