logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 4072b686862048c86674bd6de16d7e20ddc52b29
parent: 6f5f434caaefda068b397d29b77c7714a9563eae
Author: beatrix <beatrix.bitrot@gmail.com>
Date:   Mon, 26 Feb 2018 23:48:11 -0500

remove Uglifier call from production.rb (#6568)


Diffstat:

Mconfig/environments/production.rb2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.