Skip to content

Commit

Permalink
Fix asset precompile issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbyron committed Feb 17, 2013
1 parent 06e1804 commit 1444ea1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/application.rb
Expand Up @@ -18,6 +18,8 @@ class Application < Rails::Application
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'

config.assets.initialize_on_precompile = false

# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.
Expand Down

0 comments on commit 1444ea1

Please sign in to comment.