If there are multiple css and javascript files in our application then you can use the concept of bundling and minification of asp.net mvc by that you get following advantages.
1.Loading of a page becomes faster as all javascript files are bundled .
2.All Javascript files will be minified
In order to achieve this you need to create a bundle this can be done in bundle.config file.