Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed May 25, 2020
1 parent f2053e1 commit ac65779
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,16 @@ $ npm run start
```

1. Go to http://localhost:3000 on iMac, run demo tests
2. Go to http://192.168.x.x:3000 on iPhone, run both demo tests
3. Open exports to ensure viewable
2. Go to http://192.168.1.x:3000 on iPhone, run demo tests
3. Go to http://192.168.1.x:3000 on Android, run demo tests
4. Open exports on each device to ensure MIME type is correct, looks right, etc.

```bash
$ cd ~/GitHub/PptxGenJS/demos/react-demo
$ npm run build
```

1. copy entire "build" folder to Downloads for subsequently updating gh-pages with latest build (DO NOT use the deploy script offered onscreen!)
1. Copy entire "build" folder to Downloads for subsequently updating gh-pages with latest build (DO NOT use the deploy script offered onscreen!)

**NOTE** Any updates to `node_modules/dist/pptxgen.es.js` are not picked up by the server (ctrl-C and restart)

Expand Down

0 comments on commit ac65779

Please sign in to comment.