开发者

Combing CoffeeScript output files and minimizing them in Visual Studio 2010

开发者 https://www.devze.com 2023-03-22 04:49 出处:网络
I am us开发者_如何学运维ing 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?I had a quick l

I am us开发者_如何学运维ing 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?


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/


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消