]> cat aescling's git repositories - mastodon.git/commitdiff
remove Uglifier call from production.rb (#6568)
authorbeatrix <beatrix.bitrot@gmail.com>
Tue, 27 Feb 2018 04:48:11 +0000 (23:48 -0500)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 27 Feb 2018 04:48:11 +0000 (05:48 +0100)
config/environments/production.rb

index 5705ffcfe9e4bdfe472b6bc6e9e21b63f4df4292..51288bc395f4f0074146b1db99511362b3f562da 100644 (file)
@@ -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.