Speed up build (#1852)

* single build webpack

* fix demo shell test
This commit is contained in:
Eugenio Romano
2017-05-03 13:01:00 +02:00
committed by Eugenio Romano
parent 8959476941
commit 0b246b8211
362 changed files with 2684 additions and 13104 deletions

View File

@@ -34,25 +34,12 @@ feel for what's available.
./start.sh -update or -u
```
* If you want to use your local components use the following script with any of the previous option. It will npm link all the components
in the demo shell:
```sh
./start.sh -link or -l
```
* If you want to build all your local component:
```sh
./npm-buid-all.sh
```
* If you want to build all your local component and link it together and in the demo shell:
```sh
./npm-buid-all.sh -l or -link
```
* If you want to build all your local component and run the test:
```sh