Google Code Exporter
Google Code Exporter
``` Oops, false alarm. HC actually does it correctly. Wrote some bad code while testing it. Sorry about it But the stripping space thing still applies. ``` Original comment by...
``` Hm, never seen such technique before with removing spaces, I will try to find something in specs about it. About github - maybe in the future, googlecode gets the...
``` This is not a defect. It should be a suggested enhancement. ``` Original comment by `[email protected]` on 30 Jul 2012 at 10:28
``` I second that. I use third party PHP libraries for generating PDFs and I really want to be able to tell htmlcompressor to ignore compressing those on a per...
``` if (!window.init) { window.init = function(){}; //Adding to fix problem with init undefined. } With the above script I get following exception [ERROR] HtmlCompressor: "missing } in compound statement"...
``` If you are using maven, look at this plugin...otherwise, https://github.com/TUNYK/htmlcompressor-maven-plugin com.tunyk.mvn.plugins.htmlcompressor htmlcompressor-maven-plugin 1.3 If you are using ant, look at yui-compressor-ant-task. yui-compressor-ant-task I worked on yui-compressor-ant-task to bring htmlcompressor...
``` This does not work for any optimization level of closure. ``` Original comment by `[email protected]` on 16 Feb 2014 at 6:55
``` I tried to run this on two machines java version "1.7.0_51" Java(TM) SE Runtime Environment (build 1.7.0_51-b13) Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode) and java version...
``` I am also look forward this feature, but this issue seems is duplicate with issue #72 ``` Original comment by `[email protected]` on 16 Nov 2012 at 7:59
``` [deleted comment] ```