summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2011-09-01 20:35:44 +0200
committerAlex Legler <alex@a3li.li>2011-09-01 20:35:44 +0200
commit9ae8903514eeaebff1e451404861a798b1613cf9 (patch)
tree4a6784af3b69f03aa1b7d6f997a13b56e0833c53 /config
parentproduction.rb: sync to rails 3.1 final (diff)
downloadglsamaker-9ae8903514eeaebff1e451404861a798b1613cf9.tar.gz
glsamaker-9ae8903514eeaebff1e451404861a798b1613cf9.tar.bz2
glsamaker-9ae8903514eeaebff1e451404861a798b1613cf9.zip
production.rb: enable config.assets.compile=true otherwise precompilation fails
Diffstat (limited to 'config')
-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 a04121b..442f0a4 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -15,7 +15,7 @@ Glsamaker::Application.configure do
config.assets.compress = false
# Don't fallback to assets pipeline if a precompiled asset is missed
- config.assets.compile = false
+ config.assets.compile = true
# Generate digests for assets URLs
config.assets.digest = true