diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-10-18 01:22:28 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-10-18 01:22:28 +0200 |
commit | dd02fc0ec4ba19a466228187b932412b7846d28d (patch) | |
tree | 969cd8a8dc34796051ee68fe3c65f20727396c87 /config/environments | |
parent | f3e5625d2de0d90545a4ee422311592042a4ded4 (diff) |
More debugging
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/production.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 1a2b660a7..8ac857a19 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.new(mangle: false, output: { comments: :all }) + 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. |