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

后端 未结 4 1341
轮回少年
轮回少年 2020-12-24 01:35

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

4条回答
  •  情深已故
    2020-12-24 02:14

    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/

提交回复
热议问题