neilime / zf2-assets-bundle

AssetsBundle is a module for Zend Framework 2 allowing asset managment (bundling & caching)
https://neilime.github.io/zf2-assets-bundle/
MIT License
33 stars 20 forks source link

Css is corrupted by minify #63

Closed chielsen closed 5 years ago

chielsen commented 5 years ago

Some css files i'm loading are being corrupted by the older minifier that is being used. Since the css is loaded from another library it's not easy to change this. I tried and with upgrading to mrclay/minify" version 3+ this is solved. I think there are no reasons not to upgrade, so please can you bump it?

neilime commented 5 years ago

A new version may be fit with your need ; https://github.com/neilime/zf2-assets-bundle/releases/tag/4.0.0

Tell me if it works fine, if not, we should improves unit tests againts your broken css files