about summary refs log tree commit diff
path: root/config/environments
diff options
context:
space:
mode:
authorbeatrix <beatrix.bitrot@gmail.com>2018-02-26 23:48:11 -0500
committerEugen Rochko <eugen@zeonfederated.com>2018-02-27 05:48:11 +0100
commit4072b686862048c86674bd6de16d7e20ddc52b29 (patch)
tree0044fb5df1e5212cd4310e2844c2818c2e205318 /config/environments
parent6f5f434caaefda068b397d29b77c7714a9563eae (diff)
remove Uglifier call from production.rb (#6568)
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/production.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb
index 5705ffcfe..51288bc39 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -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.