sfbrigade / sfbrigade.github.io.2017-11-05

[DEPRECATED] The Code for San Francisco website.
38 stars 76 forks source link

Vendor assets to make offline development easier #153

Closed jszwedko closed 8 years ago

jszwedko commented 8 years ago

We are already serving via GitHub pages which is backed by a CDN so linking to remove assets isn't buying us too much (plus it affects our page if they go down).

I leave the webfonts as a remote link since they are not required to render the page in a mostly correct fashion (they'll fall back to system fonts).

Also move the assets into /css and /js and remove the preprocessing of sfbrigade.css as this isn't necessary if you use relative links.

Fixes #54