summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2013-10-13 20:25:01 +0200
committerAlex Legler <alex@a3li.li>2013-10-13 20:25:01 +0200
commit7980ade366dc168f3a98bff66e775f0a0e597eef (patch)
tree67aedd1c218d2af27423cc39ef7c52e02d08ff70
parentUpgrade to thinking-sphinx 3 (diff)
downloadglsamaker-7980ade366dc168f3a98bff66e775f0a0e597eef.tar.gz
glsamaker-7980ade366dc168f3a98bff66e775f0a0e597eef.tar.bz2
glsamaker-7980ade366dc168f3a98bff66e775f0a0e597eef.zip
Fix precompiled asset path
-rw-r--r--config/environments/production.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb
index 8a4604b..0a5b615 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -60,7 +60,7 @@ Glsamaker::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( cvs.css jsui.js )
+ config.assets.precompile += %w( cve.css jsui.js )
# 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.