From your experience, what's the most flexible minimizer/compressor (JS+CSS) for ASP.NET MVC you've dealt with?
So far
- mbcompress doesn't seem to be too MVC friendly
- weboptimizer.codeplex.com lacks documentation
- clientdependency.codeplex.com
is still in beta - compress2 seems like a good candidate, but haven't tried it yet
- mvcscriptmanager only combines and compresses javascript but not CSS
By flexible I mean
- Choose what should be compressed, minified, and combined
- Add exceptions. E.g. if debug don't compress XYZ.JS or don't minify ABC.CSS
- Caching
- In the end, it should help offer the best YSLOW score.
If you know of any other assemblies out there, please list them also.