- Serve assets from server instead of using CDNs.
- Removed
bootstrap.min.js
, because it wasn't necessary (oops) - Added Gzip compression for static assets
One of the reasons I originally wanted to use CDNs for Bootstrap and jQuery was that serving static assets, especially if you need to compress them prior to serving them, uses some CPU. That said, I've been told that people would prefer not using CDNs, and on second thought, perhaps I was overengineering.