spohlenz / tinymce-rails

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

skin.min.css.map error and content_css not working with 4.7.4 (2017-12-05) #231

Closed medinarodel closed 6 years ago

medinarodel commented 6 years ago

issue on latest commit.

getting error

ActionController::RoutingError (No route matches [GET] "/assets/tinymce/skins/lightgray/skin.min.css.map"):

and content_css not working..

I've tried using your gem before and content_css is working using asset_url (working version: 4.6.7 (2017-09-18))

asset_url 'custom_tinymce.css'

medinarodel commented 6 years ago

my bad. sorry. it's working.