postmanlabs / postman-blog

MIT License
6 stars 5 forks source link

[WEBSITES-867] Migrate Bootstrap #440

Closed oswish closed 4 years ago

oswish commented 4 years ago

Branched from develop, this moves code that imports Bootstrap from Helment (in the seo component) to gatsby-browser, eliminating a an external CDN call; loads from local dependencies to speed things up (& get a little more predictable).

*no visuals **clean stuff up before running w/ git checkout develop; git pull; git branch -D feature/WEBSITES-867-Update-Prompt; git checkout feature/WEBSITES-867-Update-Prompt; ./node_modules/.bin/gatsby clean; rm -rf node_modules; npm i