Skip to content

Commit

Permalink
fixed saberma#285, checout css and js should be precompile.
Browse files Browse the repository at this point in the history
  • Loading branch information
saberma committed Nov 19, 2011
1 parent 38b4249 commit 02f0238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@

# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
config.assets.precompile += %w(
shopqi_application.js shopqi_wiki_application.js admin_application.js
shopqi_application.js shopqi_wiki_application.js admin_application.js checkout_application.js
layout_application.css layout_admin.css layout_admin_print.css layout_shopqi.css
shopqi_ie-signup.css layout_shopqi_theme.css active_admin.css layout_shopqi_wiki.css
layout_checkout.css
ie6.css ie7.css ie-checkout.css ie.css ie-themes.css ie7-themes.css
)

Expand Down

0 comments on commit 02f0238

Please sign in to comment.