fix rebuild style

This commit is contained in:
Eugenio Romano 2018-05-09 07:57:12 +01:00
parent 70fe31f3e9
commit 4fbacf4860
2 changed files with 2271 additions and 2162 deletions

4430
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
"ng": "ng",
"validate-config": "ajv validate -s ./lib/core/app-config/schema.json -d ./demo-shell/src/app.config.json --errors=text --verbose",
"start": "npm run validate-config && npm run server-versions && ng serve --host 0.0.0.0 --proxy-config ./demo-shell/proxy.conf.js --app dist --open",
"start:dev": "npm run validate-config && npm run server-versions && ng serve --host 0.0.0.0 --disable-host-check --app dev --proxy-config ./demo-shell/proxy.conf.js --open",
"start:dev": "npm run validate-config && npm run server-versions && concurrently \"ng serve --host 0.0.0.0 --disable-host-check --app dev --proxy-config ./demo-shell/proxy.conf.js --open\" \"npm run style:dev --watch\" ",
"start:dist": "npm run validate-config && npm run server-versions && ng serve --prod --host 0.0.0.0 --disable-host-check --app dist --proxy-config ./demo-shell/proxy.conf.js --open",
"build": "npm run validate-config && npm run server-versions && ng build --app dist",
"build:dev": "npm run validate-config && npm run lint && npm run style:dev && npm run server-versions && ng build --app dev",
@ -105,6 +105,7 @@
"chalk": "^2.3.2",
"codelyzer": "4.3.0",
"combyne": "^2.0.0",
"concurrently": "^3.5.1",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.25.0",
"css-to-string-loader": "0.1.2",