Load bootstrap CSS from the JSPM package instead of CDN.
Review Request #7907 — Created Jan. 30, 2016 and submitted
When I finally got CSS imports working for JSPM packages, I neglected to update
the bootstrap one. This meant that updating the version in package.json
wouldn't update things everywhere. This change switches us over to importing
the local CSS.
Verified that things still looked correct.
Tool: Pyflakes Ignored Files: lib/frontend/main.js views/layouts/main.handlebars Tool: PEP8 Style Checker Ignored Files: lib/frontend/main.js views/layouts/main.handlebars