Using the ASP.Net bundler without minification
The bundler shipped with ASP.Net works pretty well with minimal configuration. In short, when the debug flag is off the bundler will do a few things for us: Bundle related files into single web response Apply minification transformation such as shortening variable\method names, trimming whitespace, removing comments, etc Add a version token to the querystring