diff --git a/config/application.rb b/config/application.rb index c282d49..1ceb037 100644 --- a/config/application.rb +++ b/config/application.rb @@ -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.