在 Visual Studio 2010 中合并 CoffeeScript 输出文件并最小化它们
我正在使用 WorkBench 在 VS2010 中创建 CoffeScript 文件。有没有办法可以将编译后的 js 文件合并为 1 个文件并最小化该文件以包含在我的视图中?
I am using WorkBench to create CoffeScript files in VS2010. IS there a way I can combine the compiled js files into 1 file and minimize that file to include in my view?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我快速浏览了一下 WorkBench,发现它的吸引力和功能性远不如“Chirpy”,“Chirpy”只是完成工作。请参阅http://chirpy.codeplex.com/
I had a quick look at WorkBench and found it to be much less appealing and functional than "Chirpy" which simply does the job. See http://chirpy.codeplex.com/
您可能想查看这篇文章 http:// mkramar.blogspot.com/2011/08/css-and-javascript-minify-and-combine.html
这是一个手工制作的解决方案,但不知何故我喜欢它。还可以进一步改进,因为它使用自定义压缩器,但它只是使用 Html 帮助器将静态文件连接并压缩为单个文件。
You might want to check this article http://mkramar.blogspot.com/2011/08/css-and-javascript-minify-and-combine.html
It is a hand-crafted solution but somehow I liked it. Could be improved more, as it uses a custom compressor but it simply concats and compresses the static files into a single one using an Html helper.