Skip to content

Commit

Permalink
turn off asset precompiling in prod, let's see what we can break
Browse files Browse the repository at this point in the history
  • Loading branch information
Undo1 committed Sep 19, 2015
1 parent a3fb4bb commit 15ae9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Expand Up @@ -29,7 +29,7 @@
# config.assets.css_compressor = :sass

# Do not fallback to assets pipeline if a precompiled asset is missed.
config.assets.compile = true
config.assets.compile = false

# Asset digests allow you to set far-future HTTP expiration dates on all assets,
# yet still be able to expire them through the digest params.
Expand Down

0 comments on commit 15ae9fe

Please sign in to comment.