加速 google 关闭编译器 jar

发布于 2024-11-18 18:34:15 字数 286 浏览 2 评论 0原文

当我在线使用时,Google Closure Compiler for JavaScript 速度相当快;但是,从命令行运行最多需要 10 秒(java -client -jar path/to/closure.jar options...)。

有什么方法可以将其减少到与网络应用程序相同的时间(最多 3 秒)?我无法使用网络应用程序,因为我的公司要求所有构建都能够在没有互联网连接的情况下工作。

我怀疑这主要是启动时间(为什么我添加了 -client 标签),但我不知道。

The Google Closure Compiler for JavaScript is quite speedy when I use it online; however, it takes up to 10 seconds to run from the commandline (java -client -jar path/to/closure.jar options...).

Is there any way to reduce this to the same times as the web app (3 seconds max)? I cannot use the web app because my company requires all builds be able to work without an internet connection.

I suspect this is mostly startup time (why I added the -client tag), but I don't know.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

转身泪倾城 2024-11-25 18:34:15

我建议研究 Plovr[1]。您只需启动它一次,之后它将监视依赖项中的更改并根据需要重新编译。您可以在构建服务器上使用相同的配置来创建输出,而无需将其作为服务启动。

  1. http://www.plovr.com/

I would suggest looking into Plovr[1]. You need only start it once, after which point it will monitor changes in your dependencies and recompile as needed. You can use the same config on your build server to create the output without starting it as a service.

  1. http://www.plovr.com/
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文