缩小基于 jQuery 的 js 文件

发布于 2024-07-18 10:37:32 字数 1815 浏览 6 评论 0原文

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

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

发布评论

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

评论(6

莫言歌 2024-07-25 10:37:32

YUI Compressor 是我使用的一个工具,它可以很好地压缩 JS 和 CSS,而且用 Java 编写(因此您可以通过 ant 将其纳入构建过程)。

有人甚至制作了它的在线版本

The YUI Compressor is a tool I use, it compresses both JS and CSS well, and it is written in Java (so you can work it into a build process via ant).

Someone's even made an online version of it.

故事灯 2024-07-25 10:37:32

还有 YUI Compressor 的 .NET 端口,它允许您:-

  • 将压缩/文件组合集成到 Visual 中 Studio 构建后事件
  • 会集成到 TFS 构建(包括 CI)中
  • 如果您希望在自己的代码中使用 dll(例如,动态缩小),

。 因为这是(原始)java 版本 YUI Compressor 的端口,上面有一些人提到过,它应该给你相同的结果,但全部在 .NET 环境中 - 不需要 java。

HTH。

There's also a .NET port of YUI Compressor which allows you to:-

  • intergrate the minification/file combining into Visual Studio post-build events
  • intergrate into a TFS Build (including CI)
  • if you wish to just use the dll's in your own code (eg. on the fly minification).

because this is a port of the (original) java version YUI Compressor, which a few peeps mention above, it should give you the same results BUT all in the .NET environment -- no need for java.

HTH.

爱本泡沫多脆弱 2024-07-25 10:37:32

尝试一下YUICompress,它通常很有魅力。 也可以缩小 CSS。

Try YUICompress which usually works like a charm. Can minify CSS as well.

梦旅人picnic 2024-07-25 10:37:32

minify 可以完成这项工作。 还有 YUI 压缩机,但我从未尝试过。

来自缩小网站:

Minify 是一个 PHP5 应用程序,可以结合
多个 CSS 或 Javascript 文件,
压缩其内容(即删除
不必要的空白/注释),
并通过 HTTP 提供结果
编码(gzip/deflate)和标头
允许最佳的客户端
缓存。 这可以帮助您遵循几个
雅虎的高性能规则
网站。

minify does the job. There's also YUI Compressor, but I've never tried it.

From the minify website:

Minify is a PHP5 app that can combine
multiple CSS or Javascript files,
compress their contents (i.e. removal
of unnecessary whitespace/comments),
and serve the results with HTTP
encoding (gzip/deflate) and headers
that allow optimal client-side
caching. This helps you follow several
of Yahoo!'s Rules for High Performance
Web Sites.

风和你 2024-07-25 10:37:32

一个不错的例子是 Zbugs:“Minify 和 Gzip 压缩 CSS &单击一次 JavaScript”。 输入您的 URL,您可以一键下载结果。 它还显示了一些有关 gzip 压缩、缩小、连接时与原始文件相比的大小信息。

A nice one is Zbugs: "Minify and Gzip compress CSS & Javascript in a single click". Type your URL, and you can one-click download the result. It also shows some informations about the size when gziped, minified, concatenated compared with the original.

娇柔作态 2024-07-25 10:37:32

这是为 2022 年寻找一种方法来缩小 Jquery 编写的 JS 代码的用户而设计的。 当所有其他选项都用尽时,我发现这个网站可以快速且完美地完成任务。

Minify JavaScript - 在线压缩器/打包器

它似乎只是为了这个目的而构建的。

This is for 2022 users looking for a way to minify Jquery-written JS code. When all other options have been exhausted, I discovered this website that completed the task quickly and flawlessly.

Minify JavaScript - Online Compressor / Packer

Its seems to be built just for the purpose.

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