File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
react_on_rails_pro/spec/dummy/config/environments Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1919 config . public_file_server . enabled = true
2020
2121 # Compress JavaScripts and CSS.
22- config . assets . js_compressor = Uglifier . new ( harmony : true )
23- config . assets . css_compressor = :csso
22+ # JS/CSS compression handled by Webpack/Shakapacker, not needed for Sprockets
23+ # config.assets.js_compressor = Uglifier.new(harmony: true)
24+ # config.assets.css_compressor = :csso
2425
2526 # Do not fallback to assets pipeline if a precompiled asset is missed.
2627 config . assets . compile = false
6970 config . active_support . deprecation = :notify
7071
7172 # Use default logging formatter so that PID and timestamp are not suppressed.
72- config . log_formatter = :: Logger ::Formatter . new
73+ config . log_formatter = Logger ::Formatter . new
7374
7475 # Use a different logger for distributed setups.
7576 # require 'syslog/logger'
You can’t perform that action at this time.
0 commit comments