livereload demo folders

This commit is contained in:
Eugenio Romano
2016-07-05 14:27:30 +01:00
parent 00423d3c64
commit 0417788f15
7 changed files with 28 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
"typings": "typings install",
"postinstall": "npm run typings && npm run build",
"start": "concurrently \"npm run build:w\" \"npm run server\" ",
"server": "wsrv -o -l -s",
"server": "wsrv -o -s -l",
"build": "npm run tslint && rimraf dist && tsc",
"build:w": "npm run tslint && rimraf dist && tsc -w",
"tslint": "npm run tslint-src && npm run tslint-root",

View File

@@ -0,0 +1,6 @@
{
"watch": [
"node_modules/ng2-alfresco-core/dist/**/*.{html,htm,css,js}",
"node_modules/ng2-alfresco-login/dist/**/*.{html,htm,css,js}"
]
}