forked from saurabh/orbit4-5
add all JS and CSS to precompile
This commit is contained in:
parent
0c62c4b994
commit
1aa5739380
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue