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 :)
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.
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