Skip to content

Commit

Permalink
Don't initialize on precomple
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jan 27, 2012
1 parent 6caf8ef commit b70cbe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class Application < Rails::Application

# Enable the asset pipeline
config.assets.enabled = true
config.assets.initialize_on_precompile = false

# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
Expand Down

0 comments on commit b70cbe5

Please sign in to comment.