You must have the BundleConfig.cs file in the App_Start folder in your web project.
This section basically associates the URL "/ bundles / something" with some script (s). When accessing the site in Release mode (no debugging is activated), it automatically combines the script into one file in memory, minimizes the script, adds caching headers to the request, and generates a hash of the file contents.
If you are in debugging, all scripts should be separated to facilitate debugging.
You either redefine the packages that you see in this file, or you declare some of your own.
Enjoy.
source share