studio 2010 中内置的 Javascript 和 css minifier,asp.net mvc 应用程序
有没有什么工具可以组合所有js文件并在构建时缩小它们,对于css也是如此?
我们目前在发布版本上这样做,但它涉及大量的体力劳动(我只花了 3 个小时做它然后测试)。
编辑:
就在发布这个问题后,我发现了这个
但是让问题悬而未决,请分享您的如果您使用过的话,请体验一下。还有其他更好的工具吗?
Is there any tool which can combine all js files and minify them at build time, same for css?
We currently do it on release version but it involves lot of manual labor(I just spend 3 hours doing it and then testing).
Edit:
Just after posting this question i found this
But leaving question open, please share your experience if you have used it. Any other better tool?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 SquishIt,它将组合并可选择压缩您的脚本和样式表。
Check out SquishIt, it'll combine and optionally compress your scripts and stylesheets.
mx ajax minifier 将缩小 js 和 css 文件,并且可以设置为构建任务。我很确定你可以用它来合并文件,但我还没有研究过。
mx ajax minifier will minify both js and css files and can be set up as a build task. and i'm pretty sure you can use it to combine files but i haven't looked into that.