Skip to content
Snippets Groups Projects
Commit 4072b686 authored by beatrix's avatar beatrix Committed by Eugen Rochko
Browse files

remove Uglifier call from production.rb (#6568)

parent 6f5f434c
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment