Skip to content

Commit

Permalink
Comment config.assets.initialize_on_precompile = false in applicaiton.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Gehani committed Dec 25, 2015
1 parent ebb04ee commit 28f2233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Application < Rails::Application
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
# config.i18n.default_locale = :de

#Required for Heroku
config.assets.initialize_on_precompile = false
#Required for Heroku Rails 3.x only not needed for 4.x
# config.assets.initialize_on_precompile = false
end
end

0 comments on commit 28f2233

Please sign in to comment.