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 36e6a2c commit 5ef40ffCopy full SHA for 5ef40ff
config/environments/staging.rb
@@ -23,6 +23,14 @@
23
# Apache or NGINX already handles this.
24
config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present?
25
26
+ # Debug mode disables concatenation and preprocessing of assets.
27
+ # This option may cause significant delays in view rendering with a large
28
+ # number of complex assets.
29
+ config.assets.debug = true
30
+
31
+ # Suppress logger output for asset requests.
32
+ #config.assets.quiet = true
33
34
# Compress JavaScripts and CSS.
35
config.assets.js_compressor = Sprockets::UglifierCompressor.new(comments: :copyright)
36
# config.assets.css_compressor = :sass
0 commit comments