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.
精彩评论