Closed anark closed 9 years ago
Even when setting
config.assets.compress = true
the non-manifested versions of an asset are never compressed
this was a config error on upgrade and not a gem error.
I needed to set
config.assets.js_compressor = :uglifier
in rails 4.0 since compress only concatenates js files
Even when setting
the non-manifested versions of an asset are never compressed