Bundling and Minification using ASP.NET MVC

It took me a while to get bundling and CDN working correctly for my website, and searching online I found a great tutorial on this topic.

http://www.asp.net/mvc/tutorials/mvc-4/bundling-and-minification

A couple of things were particularly helpful: -

  • It took me a while to figure out (and now it seems a bit silly) to get CDN working in release mode. The tutorial explains this pretty well.
  • The section on creating custom transforms to convert LESS to CSS and then create bundles was particularly helpful.

Till my next post, Regards.