davidB / yuicompressor-maven-plugin

maven's plugin to compress (Minify / Ofuscate / Aggregate) Javascript files and CSS files using YUI Compressor
http://davidb.github.io/yuicompressor-maven-plugin/
GNU Lesser General Public License v2.1
122 stars 48 forks source link

Media Query Minification Breaks #59

Closed threejeez closed 11 years ago

threejeez commented 11 years ago

During compression of CSS files, the version of yui compressor being used in this plugin breaks media queries (it removes the space after "and", which is required). This is fixed in the newer versions of yui compressor. Is there a chance that the version of yui compressor can be updated for this plugin?

Thanks!

threejeez commented 11 years ago

Doh! I updated the version and now it's all good. How do I close this issue?

pkuczynski commented 11 years ago

The latest version of YUI Compressor is 2.4.7 and thats what we use in latest yuicompressor-maven-plugin-1.3.1... So this issue is invalid...