One of the coolest new features in ASP.Net MVC 4 is the ability to specify groups of css or js files and have them served as one to the web browser. This feature is called bundling and can help you reduce page load times drastically. You can read more about it here.
However, as of December 15, 2012 there’s a bug that affects how files are included in bundles when working on “Debug” mode. Continue reading