Hello All,
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.
That being said I would like to find out how I can go about switching to the minified version bootstrap.min.js
Checking the references.js it appears that bootstrap.min.js is referenced there, but not boostrap.js
Thanks in Advance!