JavaScript 和 CSS 压缩器
哪种压缩器最适合缩小 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
对于 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.
我喜欢 Shrinksafe
对于 CSS,您可以使用 Minify
I like Shrinksafe
For CSS you can use Minify
我正在使用 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.
尝试 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.