about summary refs log tree commit diff
path: root/config/environments
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-18 00:59:18 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-18 00:59:18 +0200
commit6611e3a2efbae27585f0153211b6f5cc80ba9fc7 (patch)
treea86907d11f6449f96420fde27e6cae6fe29e92bc /config/environments
parent4baca34a4596b6224e108053d0e42b98324afe92 (diff)
More debugging
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 34381e4ca..1a2b660a7 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -19,7 +19,7 @@ Rails.application.configure do
   config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present?
 
   # Compress JavaScripts and CSS.
-  # config.assets.js_compressor = :uglifier
+  config.assets.js_compressor = Uglifier.new(mangle: false, output: { comments: :all })
   # config.assets.css_compressor = :sass
 
   # Do not fallback to assets pipeline if a precompiled asset is missed.