Skip to content

Commit

Permalink
Disable the asset pre compiling shit in production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Bragaadeesh committed Apr 17, 2012
1 parent 5a06fbf commit 1850c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
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 1850c82

Please sign in to comment.