alexspeller / non-stupid-digest-assets

Fix the Rails 4 asset pipeline to generate non-digest along with digest assets
MIT License
493 stars 87 forks source link

Non manifested assets are never compressed #32

Closed anark closed 9 years ago

anark commented 9 years ago

Even when setting

  config.assets.compress = true

the non-manifested versions of an asset are never compressed

anark commented 9 years ago

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