| commit | a43df9209ca86f5d37dd817530a0686b1dc1fcbf | [log] [tgz] |
|---|---|---|
| author | brian.le <brian.le@imply.io> | Wed Mar 15 12:16:00 2023 -0700 |
| committer | brian.le <brian.le@imply.io> | Wed Mar 15 12:16:00 2023 -0700 |
| tree | 6a5c5fb2475e22ec68718b4b1fc2d8b7a7f98c0a | |
| parent | 64d0636ec9e64e405f5e87eff796f76de9f31105 [diff] |
delete old versions of static pages
The site requires Node 10.24.1 - ensure that you use this version of node. For example, if you're using nvm:
nvm install 10 nvm use 10
Setup (you only need to do this once):
npm install bundle install
Every time you want to run the site:
gulp npm start
Ideally we would not be checking in the css directory and just build it as part of the deploy process.
See CONTRIBUTING.md.