如何缩小 jQuery 代码?

发布于 2024-11-04 06:15:02 字数 219 浏览 3 评论 0原文

可能的重复:
如何缩小 jquery 文件?

有没有任何工具可以缩小 jQuery 代码,例如jQuery.com 自己做的吗?

Possible Duplicate:
How to minify jquery files?

Are there any tools, which can minify jQuery code, like jQuery.com do it itself?

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

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

发布评论

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

评论(6

白衬杉格子梦 2024-11-11 06:15:03

您可以尝试 Google 的关闭工具。还有一个在线压缩服务

You might try Google's Closure tools. There is an online minifier service as well.

书间行客 2024-11-11 06:15:03

我过去使用过 YUI 压缩机。它很容易使用,而且效果非常好。

I've used YUI Compressor in the past. It's easy to use and it does a really good job.

乖乖 2024-11-11 06:15:03

yui 压缩器: http://developer.yahoo.com/yui/compressor/

希望这有帮助。

yui compressor: http://developer.yahoo.com/yui/compressor/

Hope this helps.

岁月静好 2024-11-11 06:15:03

您可能想看看 YUI 压缩机

它可以压缩 javascript 和 css。

You might want to take a look at YUI Compressor

It can compress javascript and css.

素年丶 2024-11-11 06:15:03

还有 Microsoft 的 Ajax Minifier:

http://www.asp.net/ajaxlibrary/AjaxMinDocumentation。 ashx

您甚至可以将其作为构建作业添加到 asp.net 项目中,并且每次发布时它都会缩小任何 javascript 或 css。这样,您不必跟上两个引用,并且仍然可以获得可读版本来调试......

There is also the Ajax Minifier from Microsoft:

http://www.asp.net/ajaxlibrary/AjaxMinDocumentation.ashx

You can even add it as a build job to a asp.net project and it will minify any javascript or css everytime it publishes. That way, you don't have to keep up with two references and still get readable versions to debug with...

梦过后 2024-11-11 06:15:03

如果您使用 Visual Studio,Chirpy 是最好的。

If you are on Visual Studio, Chirpy is the best.

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