I've been using Combres in my applications to compress, combine and minify my javascript and css at run time. This works extremely well and satisfies YSlow perfectly.
Now I'm rethinking the whole process for performance reasons, and I'm more so thinking about doing all of this at build time instead of run time.
I'm hoping that I can get a little advice on how to do this in Visual Studio 2010 without too much hassle. Is there an existing tool (similar to Combres) that can be attached to my Visual Studio build process?
Thanks in advance.