Skip to content
Snippets Groups Projects
Commit d2b153eb authored by georg's avatar georg
Browse files

production: assets: JavaScript compressor: use harmony mode of uglifier

parent cf48a334
No related merge requests found
Pipeline #159911 failed
......@@ -26,7 +26,7 @@ Rails.application.configure do
config.public_file_server.enabled = true
# Compress CSS using a preprocessor.
config.assets.js_compressor = :uglifier
config.assets.js_compressor = Uglifier.new(:harmony => true)
# 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