Fixed usage instructions

master
Keith Irwin 2017-08-22 20:52:48 -04:00
parent 88d237fe2b
commit 8b863e7289
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ Then edit `config/env/local-config.js` to match your local environment.
Run Tracman with npm:
```sh
npm run minify && npm start
(npm run minify & npm run build) && npm start
```
...or with [nodemon](https://nodemon.io/):
@ -40,7 +40,7 @@ npm run minify && npm start
npm run nodemon
```
Nodemon will automatically minify files and restart the app when you make changes. Check out the `nodemon.json` configuration.
Nodemon will automatically minify and bundle files and restart the app when you make changes. Check out the `nodemon.json` configuration.
## Contributing