Let's try to change Uglifier settings properly

This commit is contained in:
Robin Ward
2014-10-15 16:51:16 -04:00
parent 60a0173e01
commit 65ab88da77
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -12,11 +12,7 @@ Discourse::Application.configure do
# Disable Rails's static asset server (Apache or nginx will already do this)
config.serve_static_assets = GlobalSetting.serve_static_assets
if defined?(Uglifier)
config.assets.js_compressor = Uglifier.new(output: {max_line_len: 1024}, screw_ie8: false)
else
config.assets.js_compressor = :uglifier
end
config.assets.js_compressor = :uglifier
config.assets.css_compressor = :sass