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

View File

@@ -122,6 +122,12 @@ npm install
npm run build npm run build
``` ```
##Build the files and keep watching the modify
```sh
$ npm run build:w
```
## Running unit tests ## Running unit tests
```sh ```sh

View File

@@ -544,6 +544,12 @@ npm install
npm run build npm run build
``` ```
##Build the files and keep watching the modify
```sh
$ npm run build:w
```
## Running unit tests ## Running unit tests
```sh ```sh

View File

@@ -158,6 +158,12 @@ npm install
npm run build npm run build
``` ```
##Build the files and keep watching the modify
```sh
$ npm run build:w
```
## Running unit tests ## Running unit tests
```sh ```sh

View File

@@ -358,6 +358,12 @@ npm install
npm run build npm run build
``` ```
##Build the files and keep watching the modify
```sh
$ npm run build:w
```
## Running unit tests ## Running unit tests
```sh ```sh

View File

@@ -213,6 +213,12 @@ npm install
npm run build npm run build
``` ```
##Build the files and keep watching the modify
```sh
$ npm run build:w
```
## Running unit tests ## Running unit tests
```sh ```sh

View File

@@ -120,6 +120,12 @@ npm install
npm run build npm run build
``` ```
##Build the files and keep watching the modify
```sh
$ npm run build:w
```
## Running unit tests ## Running unit tests
```sh ```sh