We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c28311 commit fcf7600Copy full SHA for fcf7600
config/application.rb
@@ -61,6 +61,9 @@ class Application < Rails::Application
61
62
# Version of your assets, change this if you want to expire all your assets
63
config.assets.version = '1.0'
64
+
65
+ # https://devcenter.heroku.com/articles/rails3x-asset-pipeline-cedar#troubleshooting
66
+ config.assets.initialize_on_precompile = false
67
end
68
69
0 commit comments