Skip to content

Commit 39830e2

Browse files
committed
ads applciation.rb setting to use precompiled assets in vcs
1 parent c25b6a3 commit 39830e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Application < Rails::Application
4040
config.encoding = "utf-8"
4141

4242
# for heroku to precompile for us...
43-
config.assets.initialize_on_precompile = false
43+
# config.assets.initialize_on_precompile = false
4444

4545
# Configure sensitive parameters which will be filtered from the log file.
4646
config.filter_parameters += [:password]

0 commit comments

Comments
 (0)