Skip to main content
Cleanup and markdown of post.
Source Link
Jason Sturges
  • 16k
  • 14
  • 63
  • 82

Its just calling bundles.Add(new StyleBundle("~/Content/css").Include("~/Content/site.css")) definedAs defined in App_start.BundleConfig., it's just calling

bundles.Add(new StyleBundle("~/Content/css").Include("~/Content/site.css")); 

Nothing happendshappens even if you remove that section.

Its just calling bundles.Add(new StyleBundle("~/Content/css").Include("~/Content/site.css")) defined in App_start.BundleConfig.

Nothing happends even if you remove that section

As defined in App_start.BundleConfig, it's just calling

bundles.Add(new StyleBundle("~/Content/css").Include("~/Content/site.css")); 

Nothing happens even if you remove that section.

Source Link

Its just calling bundles.Add(new StyleBundle("~/Content/css").Include("~/Content/site.css")) defined in App_start.BundleConfig.

Nothing happends even if you remove that section