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

upgrading to latest yuicompressor 2.4.7 #47

Closed pkuczynski closed 12 years ago

pkuczynski commented 12 years ago

hey,

I uploaded latest yuicompressor to maven central, and I upgraded the reference in pom.xml. It would be good if you could accept this pull request and release newer version of your plugin, as my project is depending on this :)

List of changes in latest yuicompressor 2.4.7:

https://github.com/yui/yuicompressor/blob/master/doc/CHANGELOG

Handle data urls without blowing up Java memory (regex) Updated docs to reflect Java >= 1.5 required for CssCompressor Fixed issue where we were breaking #AABBCC id selectors, with the #AABBCC -> #ABC color compression.

Ref #45

pkuczynski commented 12 years ago

fixing issues #45 and #44

davidB commented 12 years ago

Thanks