Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 579 Bytes

File metadata and controls

27 lines (16 loc) · 579 Bytes

Repo Maintenance

This repo has two branches:

Release Management

Initial Setup:

yarn

Deploy:

git checkout master && rake release

Gotchas

Issue: Reference documentation is missing styles or syntax highlighting is broken

Solution: css and/or fonts are out of date, run git checkout gh-pages && rm -rf docco.css public && cp -a ~/node_modules/docco/resources/parallel/* . and re-deploy