Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 295 Bytes

File metadata and controls

9 lines (8 loc) · 295 Bytes

Deployment procedure

  1. Merge updates into master.
  2. Bump version number using gulp bump.
  3. Add new commit with version number.
  4. Tag version in GIT.
  5. Generate documentation using gulp sassdoc.
  6. Deploy documentation using ./deploy.sh.
  7. Publish to NPM using npm publish.