Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML online minimizer/compressor? [closed]

Tags:

Does anyone know of a good online generator to take the source code of an HTML page and compress/minimize the entire page.

Meaning, compress/minimize all embedded CSS, JavaScript and obviously the HTML of that web page while also removing unneeded HTML/CSS/JavaScript comments, spaces, tabs, etc?

like image 760
Ted Avatar asked Oct 31 '09 16:10

Ted


1 Answers

Juriy Zaytsev wrote an HTML minifier in JavaScript, which you can use online on this page: http://kangax.github.com/html-minifier/

As the warning says, it’s still an early alpha, so there might be bugs. Use with caution!

like image 172
Mathias Bynens Avatar answered Sep 27 '22 22:09

Mathias Bynens