I\'ve just started investigating the Microsoft Ajax Minifer 4.0 for use with a Visual Studio 2008 Web Application I work on. It\'s proven easy enough to hook it into the .cs
The solution I eventually opted for was to include the minifier DLL in my project and create a handler (.ashx) that I've replaced all references to .js files with, so:
Is replaced with
I have a configuration setting in my web.config
file that allows me to determine whether script files are minifed or not.