mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
livereload demo folders
This commit is contained in:
@@ -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",
|
||||
|
6
ng2-components/ng2-alfresco-login/demo/wsrv-config.json
Normal file
6
ng2-components/ng2-alfresco-login/demo/wsrv-config.json
Normal 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}"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user