This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Description
I was attempting to help our page load by updating bootstrap to 3.1.1 and using CDN, when I ran into these issues:
- Our self-hosted bootstrap 3.0.0 version has been modified: Anti-patern. All mods should go in main.css as it loads after bootstrap.css. We now have the painful task of running
diff on our current boostrap.css and pulling changes out to main.css (if we ever want to update bootstrap).
- We are hosting bootstrap source, when we shouldn't be. Faster to use CDN minified version: http://www.bootstrapcdn.com