htmlcompressor
htmlcompressor copied to clipboard
--line-break option throws error
Error in command line compressor when --line-break option is used.
Original issue reported on code.google.com by [email protected] on 11 Apr 2012 at 11:49
I also have the following error.
When using the --line-break 0 (in ant for js)
I got:
[java] Exception in thread "main" java.lang.ClassCastException: java.lang.String
[java] at com.googlecode.htmlcompressor.CmdLineCompressor.<init>(CmdLineCompressor.java:194)
[java] at com.googlecode.htmlcompressor.CmdLineCompressor.main(CmdLineCompressor.java:108)
Original comment by [email protected] on 27 Jan 2013 at 8:46