Is there an equivalent of Google's Closure Compiler for HTML minimizing?
+1
A:
I presume you mean the Closure compiler, which effectively compresses javascript. If you search the goog for "HTML Compressor", you will find a lot of options catering to individual needs.
Nick Bastin
2009-11-07 16:37:14
+1
A:
To minify markup without corrupting the content use my markupmin.js tool. You can demo it integrated into my Pretty Diff tool. Even the HTML source of the Pretty Diff tool and the documentation are both minified with this tool.
http://mailmarkup.org/prettydiff/prettydiff.html
http://mailmarkup.org/prettydiff/markupmin.js