Skip to content

Commit fcf7600

Browse files
author
Jason L Perry
committed
skip initialize on precompile
1 parent 5c28311 commit fcf7600

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/application.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ class Application < Rails::Application
6161

6262
# Version of your assets, change this if you want to expire all your assets
6363
config.assets.version = '1.0'
64+
65+
# https://devcenter.heroku.com/articles/rails3x-asset-pipeline-cedar#troubleshooting
66+
config.assets.initialize_on_precompile = false
6467
end
6568
end
6669

0 commit comments

Comments
 (0)