Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Equivalent of "Google Closure Compiler" for HTML?

Is there an equivalent of Google's Closure Compiler for HTML minimizing?

like image 620
AndyT Avatar asked Nov 07 '09 16:11

AndyT


3 Answers

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.

like image 106
Nick Bastin Avatar answered Oct 13 '22 03:10

Nick Bastin


Consider HTML Tidy:

http://infohound.net/tidy/

It's a free tool that does a great job.

like image 20
mattbasta Avatar answered Oct 13 '22 03:10

mattbasta


I think you can try google's mod_pagespeed, which will minify the response content.

like image 1
leeight Avatar answered Oct 13 '22 03:10

leeight