From 8b863e728975e46410751d1d7b68add98b608285 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Tue, 22 Aug 2017 20:52:48 -0400 Subject: [PATCH] Fixed usage instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a91ffcb..27ae2f4 100644 --- a/README.md +++ b/README.md @@ -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