如何缩小 jQuery 代码?
可能的重复:
如何缩小 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
您可以尝试 Google 的关闭工具。还有一个在线压缩服务。
You might try Google's Closure tools. There is an online minifier service as well.
我过去使用过 YUI 压缩机。它很容易使用,而且效果非常好。
I've used YUI Compressor in the past. It's easy to use and it does a really good job.
yui 压缩器: http://developer.yahoo.com/yui/compressor/
希望这有帮助。
yui compressor: http://developer.yahoo.com/yui/compressor/
Hope this helps.
您可能想看看 YUI 压缩机
它可以压缩 javascript 和 css。
You might want to take a look at YUI Compressor
It can compress javascript and css.
还有 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...
如果您使用 Visual Studio,Chirpy 是最好的。
If you are on Visual Studio, Chirpy is the best.