developers
developers copied to clipboard
Better way to reference other repos
We should have a way to lock other repos to particular commits or branches—so we don’t build docs for pre-production features, etc. Also to make it easier to keep everything up-to-date and in-sync.
- Submodules?
- NPM?
- Manually by referencing a commit or branch in
repos.jsonand having better gulp tasks?