Skip to content

Commit

Permalink
Try to fix asset issue on heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
d3chapma committed Feb 2, 2012
1 parent 3fcc42c commit 3b080e4
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 = false
config.assets.compile = true

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

0 comments on commit 3b080e4

Please sign in to comment.