Skip to content Skip to footer

Bundling and Minification in ASP.NET MVC 4

5 Comments

  • Trackback: Bundling and Minification support in ASP.NET MVC 4
  • Bryan Johns
    Posted Oct 5, 2012 at 6:27 am

    You left out the example markup that uses the CDN with local fallback.

  • Vasiliy Mazhekin
    Posted Nov 29, 2012 at 2:25 pm

    Thahks for usefull article, but I did not understand one thing about the last screenshot. When we create bundle “`Content/themes/base/css”, we took each file in directory separately. What is the reason? Why did not used asterisk “`Content/themes/base/jquery.ui.*”?

  • Dave Iffland
    Posted Feb 28, 2013 at 6:29 am

    Thanks for this. The part that confused me the most was that, if you include *.min.css or *.min.js, when you turn on debugging in the web.config, the bundling process will not include those files. So, some of my included files were sent down the wire, but others (the ones with *.min*) were not. With debugging off, they were all included. Once I changed my bundles to include only the .js versions (not the mins), it worked fine.

  • Trackback: Bundling and Minification support in ASP.NET MVC 4 | Shravan Weblog

Leave a comment

0/100