--- NB: Go to the EDITED 2 section for summary ----
I have an ASP.NT MVC (4) application. I integrated (twitter)Bootstrap to it. Bootstrap is working perfectly, but the
Including the below line in RegisterBundles() of BundleConfig.cs file worked for me.
System.Web.Optimization.BundleTable.EnableOptimizations = false;