webscript component viewer

This commit is contained in:
Eugenio Romano
2016-07-16 22:32:16 +01:00
parent 68bc0c7949
commit 4f3467e7a5
36 changed files with 1655 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ This component, provide a buttons to upload files to alfresco.
Add the following dependency to your index.html:
```html
<script src="node_modules/alfresco-js-api/dist/alfresco-js-api.js"></script>
<script src="node_modules/alfresco-js-api/bundle.js"></script>
```
The following component needs to be added to your systemjs.config:
@@ -221,7 +221,7 @@ npm run build
##Build the files and keep watching for changes
```sh
$ npm run build:w
npm run build:w
```
## Running unit tests