Closed dove closed 9 years ago
YuiCssMinifier
and YuiJSMinifier
just performs direct call to the underlying YUI compressors, so just make changes in these 2 classes.YuiCssMinifier
and YuiJSMinifier
accordingly. Properties of these classes (in fact, any minifier/filter) are automatically bound to parameters declared in the Combres XML config. Therefore, everything should just work. However, you have to update the documentation in Build/combres/content/App_Data/combres_full_with_annotation.xml
so that people aware of the changes. I've pushed 2.3.0.4 which supports latest version of YUICompressor.
There have been improvements made to YUICompressor.NET and it boasts to almost match the Java version with the latest release.
Taking a look at Combres code there would be some implications. I'd have a go at making those changes but would like to get some feel on at least the first of the considerations below