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
add BundleTable.EnableOptimizations = true; in Application_Start() method of Global.asax file
BundleTable.EnableOptimizations = true;
Application_Start()
Global.asax