Does anyone have any experience with or know any good solutions for bundling and minifying modular JavaScript like RequireJS / AMD in an ASP.NET MVC project?
Is the
I know this is an old question, but you can take a look at RequireJS.NET Compressor (uses YUI compressor, not ASP.NET bundling - at least for the moment) which is part of RequireJS.NET NuGet package.
References:
Compressor - http://requirejsnet.veritech.io/compressor.html
General Documentation - http://requirejsnet.veritech.io/
Github Project - https://github.com/vtfuture/RequireJSDotNet
NuGet - https://www.nuget.org/packages/RequireJsNet/