closed #197 clean script

This commit is contained in:
Eugenio Romano
2016-06-15 10:38:14 +01:00
parent b9b527521c
commit 6a0ecedd5a
10 changed files with 123 additions and 106 deletions

View File

@@ -69,6 +69,12 @@ cd dev-platform-webcomponents
./start.sh -install
```
* Start the demo and Install all the dependencies and remove the previous version of the npm package(do it after big changes)
```sh
./start.sh -cleanInstall
```
* Start the demo and update the dependencies
```sh