How to minify HTML with CSS and Javascript?

后端 未结 4 2300
野性不改
野性不改 2021-02-14 19:55

I have a .html document with CSS and Javascript inside of document (no external files). Is there some online tool that would minify document and Javasc

4条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-14 20:10

    Good javascript compressor is also Google's Closure Compiler and vice versa, to make compressed code a bit better readible you can use Javascript Beautifier. You can also have a look at phpEasyMin project.

提交回复
热议问题