I have the following bundle configured in BundleConfig.cs:
bundles.Add(new StyleBundle(\"~/bundles/css\").Include( \"~/assets/bootstrap
The default Release Web.config transform removes the debug attribute like so:
However, this will not cause the expected bundling behavior to occur. Instead, you must create a transform that literally sets the debug attribute to "false", like so: