add watching in readme

This commit is contained in:
Eugenio Romano
2016-06-06 15:36:56 +01:00
parent 6d507ef527
commit f2275ebdcb
6 changed files with 36 additions and 0 deletions
@@ -122,6 +122,12 @@ npm install
npm run build
```
##Build the files and keep watching the modify
```sh
$ npm run build:w
```
## Running unit tests
```sh
@@ -544,6 +544,12 @@ npm install
npm run build
```
##Build the files and keep watching the modify
```sh
$ npm run build:w
```
## Running unit tests
```sh
@@ -158,6 +158,12 @@ npm install
npm run build
```
##Build the files and keep watching the modify
```sh
$ npm run build:w
```
## Running unit tests
```sh
@@ -358,6 +358,12 @@ npm install
npm run build
```
##Build the files and keep watching the modify
```sh
$ npm run build:w
```
## Running unit tests
```sh
@@ -213,6 +213,12 @@ npm install
npm run build
```
##Build the files and keep watching the modify
```sh
$ npm run build:w
```
## Running unit tests
```sh
@@ -120,6 +120,12 @@ npm install
npm run build
```
##Build the files and keep watching the modify
```sh
$ npm run build:w
```
## Running unit tests
```sh