Bundling and minifying modular JavaScript (RequireJS / AMD) with ASP.NET MVC

Viewed 10867

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 best way to use the RequireJS optimizer (perhaps in a post build action?) -- or is there something better out there for ASP.NET MVC?

3 Answers
Related