HTML online minimizer/compressor? [closed]

2019-02-03 01:50发布

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?

9条回答
贼婆χ
2楼-- · 2019-02-03 02:28

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!

查看更多
forever°为你锁心
3楼-- · 2019-02-03 02:34

http://prettydiff.com/ - This is written in JavaScript so you can use it instantly in your browser.

查看更多
劳资没心,怎么记你
4楼-- · 2019-02-03 02:36

These are the perfect minifiers:

For Javascript http://javascript-minifier.com/

For CSS http://cssminifier.com/

For PNG http://pngcrush.com/

For JPEG http://jpgoptimiser.com/

查看更多
登录 后发表回答