From: Eugen Rochko Date: Mon, 17 Oct 2016 22:48:40 +0000 (+0200) Subject: Do not compress JS (perhaps it removes source maps, needed for debugging) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=4baca34a4596b6224e108053d0e42b98324afe92;p=mastodon.git Do not compress JS (perhaps it removes source maps, needed for debugging) --- diff --git a/config/environments/production.rb b/config/environments/production.rb index 5e010b206..34381e4ca 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 # config.assets.css_compressor = :sass # Do not fallback to assets pipeline if a precompiled asset is missed.