Reorg script moving in folders (#4791)

* organize script in folder part 1

* improve test e2e

* fix smart build script

* fix relative path
This commit is contained in:
Eugenio Romano
2019-05-30 17:59:22 +01:00
committed by GitHub
parent cccd95562c
commit ce60915fd9
21 changed files with 22 additions and 67 deletions

View File

@@ -4,7 +4,6 @@
- [Quick examples](#quick-examples)
- [start.sh Demo shell script](#start.sh)
- [Ng2 components framework alfresco build](#npm-build-all.sh)
- [Clean components and Demo](#npm-clean.sh)
The Alfresco application development framework comes with a demo project that you can run to get a
feel of what's available.
@@ -205,26 +204,9 @@ The default behaviour of the ***npm-build-all.sh*** install node_modules and bui
./npm-build-all.sh -si
```
* Clean all your local components and the demo shell:
```sh
./npm-clean.sh
```
For development environment configuration please refer to [project docs](../demo-shell/README.md).
# npm-clean.sh
***npm-clean.sh*** clean all the projects folders : lib and demo-shell.
## Options
| Option | Description |
| --- | --- |
| -h or --help | show the help |
# npm-check-bundles.sh
***npm-check-bundles.sh*** check the bundles in the package npm are present
## Options