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!
Here are some similar projects:
At least the first two should work with .NET 3.5
Edit – Even more similar projects:
Scott Guthrie’s post about the new bundling and minification support which was published with the MVC4 beta release may also be of interest.