HTML Minification
Good old Kangax has been playing with HTML minification and has shared his new tool in an early stage.
What does it do? Kangax has forked John Resig’s HTML parser which parses the HTML and sends that into the Minifier. This has rules that do things like whitespace optimization, comment removal, and collapsing boolean attributes (e.g. disabled=”true” [...]