JavaScript 和 CSS 压缩器

发布于 2024-08-16 02:17:29 字数 76 浏览 4 评论 0原文

哪种压缩器最适合缩小 javascript 和 css?我现在正在使用 YUI 压缩器。除了 YUI 压缩器之外,还有其他更好的压缩器吗?

What compressor is the best for javascript and css minified ? I am using YUI compressor , now. Any other best than YUI compressor ?

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

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

发布评论

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

评论(4

等风来 2024-08-23 02:17:29

对于 JavaScript,您可以通过 CompressorRater 自行检查。

另一种需要注意的 JavaScript 压缩器是 Google 使用的 closure,查看 这篇文章,此处未包含该文章。

For JavaScript you could check for your self via the CompressorRater.

Another JavaScript compressor to note is the one that Google uses closure, checkout this article, which is not featured there.

伪心 2024-08-23 02:17:29

我喜欢 Shrinksafe

许多其他工具也缩小了
JavaScript 文件,但 ShrinkSafe 是
不同的。而不是依赖
脆弱的正则表达式,
ShrinkSafe 基于 Rhino,
JavaScript 解释器。这允许
ShrinkSafe 改造源头
更有信心的文件
生成的脚本将运行
与您上传的文件相同。

对于 CSS,您可以使用 Minify

I like Shrinksafe

Many other tools also shrink
JavaScript files, but ShrinkSafe is
different. Instead of relying on
brittle regular expressions,
ShrinkSafe is based on Rhino, a
JavaScript interpreter. This allows
ShrinkSafe to transform the source of
a file with much more confidence that
the resulting script will function
identically to the file you uploaded.

For CSS you can use Minify

棒棒糖 2024-08-23 02:17:29

我正在使用 JSMin 服务。我不知道它比 YUI Compressor 是好是坏,但它工作得很好。

I'm using JSMin service. I don't know if it's better or worse then YUI Compressor but it works well.

骄兵必败 2024-08-23 02:17:29

尝试 http://shrinker.ch 。它使用 yuicompresspor 来处理 css 文件,使用 google 闭包来处理 javascript + 某种魔法。

try http://shrinker.ch . it uses yuicompresspor for css files and google closure for javascript + some kind of magic.

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