1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

fix staging assets compressor config

This commit is contained in:
Sylvain 2019-12-24 09:49:01 +01:00
parent 1b5014e7a6
commit 7c3f7c754e

View File

@ -29,9 +29,7 @@ Rails.application.configure do
# Disable Rails's static asset server (Apache or nginx will already do this).
config.serve_static_files = false
# Compress JavaScripts and CSS.
config.assets.js_compressor = :uglifier
# if you want disable variable name mangling and enable ES6 support
# Compress JavaScripts and CSS. We disable variable name mangling and enable ES6 support
config.assets.js_compressor = Uglifier.new(mangle: false, harmony: true)
# config.assets.css_compressor = :sass