DenVdmj / htmlcompressor

Automatically exported from code.google.com/p/htmlcompressor
Apache License 2.0
0 stars 0 forks source link

class whitespace bug #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
eg: <a class="nav-mask <%-menu.icon%>">test</a>
that's right;
if like this <a class="<%-menu.icon%> nav-mask">test</a>
Compressed <a class="menu-iconnav-mask">test</a>

Original issue reported on code.google.com by Intellig...@gmail.com on 23 Nov 2012 at 6:23

GoogleCodeExporter commented 8 years ago
Htmlcompressor isn't made for compressing non-html sources. All I can suggest 
is wrap problem places with <!-- {{{ -->...<!-- }}} --> to skip them.

Original comment by serg472@gmail.com on 10 Mar 2013 at 7:11