Andrew Davey created a very nice library to allow on the fly minification and concatenation of js/css files to ASP.NET MVC projects. However, I'm using WebForms with .NET 3.5 and I'm thinking about modifying it to fit my project. Before I do that, I would like to know if any of you guys know any alternatives that might fit WebForms with .NET 3.5 projects.
Thanks!