paolochiodi / htmlcompressor

A work in progress port of google's htmlcompressor.jar
Other
150 stars 26 forks source link

YUI compressor version outdated #13

Closed pdudits closed 10 years ago

pdudits commented 10 years ago

Project depends on YUI version 0.9.6 (technically on any version that is >= 0.9.6 and <0.9.7 ;)). 0.9.6 is three years old and is broken on Windows platform due to popen4 dependency.

Please consider upgrading

paolochiodi commented 10 years ago

Hi, thanks to the work of @whitehat101 I just published version 0.1.0 without a direct dependency on YUI.

Please note that it's now up to you to include yui in your Gemfile or to use another compressor (support for closure compiler is built in, but using other compressors is easy enough)