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",
|
"typings": "typings install",
|
||||||
"postinstall": "npm run typings && npm run build",
|
"postinstall": "npm run typings && npm run build",
|
||||||
"start": "concurrently \"npm run build:w\" \"npm run server\" ",
|
"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": "npm run tslint && rimraf dist && tsc",
|
||||||
"build:w": "npm run tslint && rimraf dist && tsc -w",
|
"build:w": "npm run tslint && rimraf dist && tsc -w",
|
||||||
"tslint": "npm run tslint-src && npm run tslint-root",
|
"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}"
|
||||||
|
]
|
||||||
|
}
|
@@ -9,7 +9,7 @@
|
|||||||
"postinstall": "npm run typings && npm run build",
|
"postinstall": "npm run typings && npm run build",
|
||||||
"typings": "typings install",
|
"typings": "typings install",
|
||||||
"start": "concurrently \"npm run build:w\" \"npm run server\" ",
|
"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": "npm run tslint && rimraf dist && tsc",
|
||||||
"build:w": "npm run tslint && rimraf dist && tsc -w",
|
"build:w": "npm run tslint && rimraf dist && tsc -w",
|
||||||
"tslint": "npm run tslint-src && npm run tslint-root",
|
"tslint": "npm run tslint-src && npm run tslint-root",
|
||||||
|
7
ng2-components/ng2-alfresco-search/demo/wsrv-config.json
Normal file
7
ng2-components/ng2-alfresco-search/demo/wsrv-config.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"watch": [
|
||||||
|
"node_modules/ng2-alfresco-core/dist/**/*.{html,htm,css,js}",
|
||||||
|
"node_modules/ng2-alfresco-search/dist/**/*.{html,htm,css,js}",
|
||||||
|
"node_modules/ng2-alfresco-viewer/dist/**/*.{html,htm,css,js}"
|
||||||
|
]
|
||||||
|
}
|
6
ng2-components/ng2-alfresco-upload/demo/wsrv-config.json
Normal file
6
ng2-components/ng2-alfresco-upload/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-upload/dist/**/*.{html,htm,css,js}"
|
||||||
|
]
|
||||||
|
}
|
@@ -9,7 +9,7 @@
|
|||||||
"typings": "typings install",
|
"typings": "typings install",
|
||||||
"postinstall": "npm run typings && npm run build",
|
"postinstall": "npm run typings && npm run build",
|
||||||
"start": "concurrently \"npm run build:w\" \"npm run server\" ",
|
"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": "npm run tslint && rimraf dist && tsc",
|
||||||
"build:w": "npm run tslint && rimraf dist && tsc -w",
|
"build:w": "npm run tslint && rimraf dist && tsc -w",
|
||||||
"tslint": "npm run tslint-src && npm run tslint-root",
|
"tslint": "npm run tslint-src && npm run tslint-root",
|
||||||
|
6
ng2-components/ng2-alfresco-viewer/demo/wsrv-config.json
Normal file
6
ng2-components/ng2-alfresco-viewer/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-viewer/dist/**/*.{html,htm,css,js}"
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user