Skip to content

Commit

Permalink
turn off assets compile in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
jodyalbritton committed Oct 22, 2012
1 parent 04e943e commit e198ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Expand Up @@ -15,7 +15,7 @@
config.assets.compress = true

# Don't fallback to assets pipeline if a precompiled asset is missed
config.assets.compile = true
config.assets.compile = false

# Generate digests for assets URLs
config.assets.digest = true
Expand Down

0 comments on commit e198ee0

Please sign in to comment.