Enable bundling and minification in debug mode in ASP.NET MVC 4

前端 未结 4 1696
梦谈多话
梦谈多话 2020-12-07 13:25

I can\'t believe I cannot find other questions about this, but: how does one enable bundling in debug mode? I know how it is enabled for release mode, but in debug

4条回答
  •  [愿得一人]
    2020-12-07 13:58

    add BundleTable.EnableOptimizations = true; in Application_Start() method of Global.asax file

提交回复
热议问题