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
Branched from
develop
, this moves code that importsBootstrap
fromHelment
(in theseo
component) togatsby-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