integrate call in the demo shell and script demo shell

This commit is contained in:
Eugenio Romano
2016-07-18 17:27:12 +01:00
parent bd69226bbb
commit 60106239b7
11 changed files with 96 additions and 15 deletions

View File

@@ -18,7 +18,8 @@ browserSync.init({
'node_modules/ng2-alfresco-login/dist/**/*.{html,htm,css,js}',
'node_modules/ng2-alfresco-search/dist/**/*.{html,htm,css,js}',
'node_modules/ng2-alfresco-upload/dist/**/*.{html,htm,css,js}',
'node_modules/ng2-alfresco-viewer/dist/**/*.{html,htm,css,js}'],
'node_modules/ng2-alfresco-viewer/dist/**/*.{html,htm,css,js}',
'node_modules/ng2-alfresco-webscript/dist/**/*.{html,htm,css,js}'],
reloadDelay: 1000
reloadDelay: 1000
});