We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e479f5a commit 30364e6Copy full SHA for 30364e6
config/application.rb
@@ -17,6 +17,9 @@
17
18
module Kandan
19
class Application < Rails::Application
20
+ # Dealing with Heroku-specific eccentricities
21
+ config.assets.initialize_on_precompile = false
22
+
23
# Settings in config/environments/* take precedence over those specified here.
24
# Application configuration should go into files in config/initializers
25
# -- all .rb files in that directory are automatically loaded.
0 commit comments