How to use Google's Closure to compile JavaScript

后端 未结 6 1606
说谎
说谎 2021-02-05 14:56

Google just released Closure, which is a compiler to minify JavaScript.

On the product site, it says \"The Closure Compiler has also been integrated with Page Speed\".

6条回答
  •  误落风尘
    2021-02-05 15:02

    If you need to compile multiple js files or if you would like to simplify compilation process, you may use kjscompiler: https://github.com/knyga/kjscompiler (based on google closure compiler)

提交回复
热议问题