November 25, 2017
How to enable bundling and minification of CSS/JS in ASP.NET

This is a pretty neat way to bundle and optimize your CSS and Javascript files within your ASP.NET application. Install the nuget package Microsoft ASP.NET Web Optimization Framework Add a new class inside the App_Start folder > BundleConfig.cs Register/group your CSS and JS files the way you want it public class BundleConfig { public static