From c914aa8912c82e782284e0a31e53e9019ae9f457 Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Tue, 20 Oct 2015 17:16:50 -0500 Subject: [PATCH] chore(README): component docs build process --- scripts/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index bdac503eb2..b7f4525bd2 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -11,11 +11,10 @@ 1. Clone the `ionic-site` repo in `ionic2/dist/`: `git clone git@github.com:driftyco/ionic-site.git` * You may need to remove the existing directory first: `rm -rf ionic2/dist/ionic-site` -2. Run `gulp demos:all` from the top level directory +2. Run `gulp watch:demos` from the top level directory 3. Navigate to `ionic2/dist/ionic-site` and run `npm install` 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/` -6. Any time you make a change to the demos repeat step 2 ### Running Snapshot