在 Visual Studio 2010 中合并 CoffeeScript 输出文件并最小化它们

发布于 2024-11-26 04:13:01 字数 95 浏览 1 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

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

评论(2

分分钟 2024-12-03 04:13:01

我快速浏览了一下 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/

空城仅有旧梦在 2024-12-03 04:13:01

您可能想查看这篇文章 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.

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