add all JS and CSS to precompile

This commit is contained in:
manson 2015-02-06 18:05:05 +08:00
parent 0c62c4b994
commit 1aa5739380
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ Orbit::Application.configure do
# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
# config.assets.precompile += %w( search.js )
config.assets.precompile += %w( ckeditor/* )
# config.assets.precompile += %w( ckeditor/* )
config.assets.precompile += %w( *.js *.css *.js.* *.css.* ckeditor/* )
# Ignore bad email addresses and do not raise email delivery errors.
# Set this to true and configure the email server for immediate delivery to raise delivery errors.