remove Uglifier call from production.rb (#6568)

This commit is contained in:
beatrix 2018-02-26 23:48:11 -05:00 committed by Eugen Rochko
parent 6f5f434caa
commit 4072b68686
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Rails.application.configure do
end
# Compress JavaScripts and CSS.
config.assets.js_compressor = Uglifier.new(mangle: false)
# config.assets.js_compressor = Uglifier.new(mangle: false)
# config.assets.css_compressor = :sass
# Do not fallback to assets pipeline if a precompiled asset is missed.