0
0
Fork 0

More debugging

This commit is contained in:
Eugen Rochko 2016-10-18 01:22:28 +02:00
parent f3e5625d2d
commit dd02fc0ec4
2 changed files with 2 additions and 2 deletions

View file

@ -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.