From 2d27f270dca774babd58e59605215e584113e6a4 Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Mon, 2 Nov 2015 10:28:22 -0600 Subject: [PATCH] Update README.md Closes #399 --- scripts/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/README.md b/scripts/README.md index b7f4525bd2..753b018829 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -16,6 +16,13 @@ 4. Run `gulp watch` in this directory 5. A browser should launch at `http://localhost:3000` at which point you can navigate to `http://localhost:3000/docs/v2/components/` + +### Building API Docs +1. `gulp docs` to build the nightly version +2. `gulp docs --doc-version=2.0.0` to build a specific API version + + + ### Running Snapshot 1. Install [Protractor](https://angular.github.io/protractor/#/): `npm install -g protractor`