I have built an ASP.NET 4.5 Web Forms Application utilizing the Bootstrap 3.2 Framework.
I have both: bootstrap.js and boostrap.min.js in my project.
Checking the BundleConfig.cs it is not very apparent as to where these 2 are defined. Every other 3rd party script that I'm using is clearly defined there.
Checking the references.js it appears that bootstrap.min.js is referenced there, but not boostrap.js
That being said I would like to find out how I can go about switching from bootstrap.js to the minified version bootstrap.min.js from within Visual Studio.