README.md in ckeditor_rails-4.5.2 vs README.md in ckeditor_rails-4.5.3

- old
+ new

@@ -108,11 +108,11 @@ # default is nil for all plugins, # or set as white list: %w[image link liststyle table tabletools] # or set as black list: config.default_plugins - %w[about a11yhelp] config.assets_plugins = nil - # default is nil for all skins, or set as %w[moon] + # default is nil for all skins, or set as %w[moono] config.assets_skins = nil end ``` ## Gem maintenance @@ -141,9 +141,17 @@ **Example** <div class="example" data-no-turbolink> ... </div> + +#### Asset Compilation Process Does Not Produce JS and/or CSS Files + +If you observe an issue (especially in Heroku environment) where asset compilation process skips JS and or CSS files, try adding the following line to `app/environments/production.rb` (or config file for the environment where you observe the issue): + +``` ruby +config.assets.precompile += ['ckeditor/*'] +``` ## License CKEditor use [CKEditor license](http://ckeditor.com/license).