- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://developers.google.com/closure/compiler/
- 软件文档: https://github.com/google/closure-compiler/blob/master/README.md
- 官方下载: http://dl.google.com/closure-compiler/compiler-latest.zip
软件介绍
Google 为网站的开发人员提供了一些列对网站进行优化的工具。
Closure Compiler 就是其中之一,这个工具可以用来对 js 文件进行压缩,加快客户端加载的速度。
Google 提供了在线的压缩服务,访问地址如下:
http://closure-compiler.appspot.com/home
同时也提供了Jar包供本地使用。
