Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,12 @@ For most cases, you'll need AngularJS as well. This is bundled in `js/angular/`

* The demo site is generated into `dist/ionic-demo`. To test the demos, follow these steps:
1. Run `gulp demos [--demo-version=(versionName|nightly)]`
2. Start an http server from `dist/ionic-demo`:
2. Create a symlink to dist so that the demos can use your current dist folder:
- `cd dist/ionic-demo && ln -s ../ dist`
3. Start an http server from `dist/ionic-demo`:
- `cd dist/ionic-demo && python -m SimpleHTTPServer`
3. Navigate to `http://localhost:8000/{versionName|nightly}` and use the demos
4. Run `gulp demos` again whenever you change the demos
4. Navigate to `http://localhost:8000/{versionName|nightly}` and use the demos
5. Run `gulp demos` again whenever you change the demos

### Commit Conventions

Expand Down