Browse Source

remove Uglifier call from production.rb (#6568)

pull/4/head
beatrix 6 years ago
committed by Eugen Rochko
parent
commit
4072b68686
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/environments/production.rb

+ 1
- 1
config/environments/production.rb View 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.

Loading…
Cancel
Save