|
@@ -3,7 +3,7 @@
|
3
|
3
|
"version": "0.0.0",
|
4
|
4
|
"scripts": {
|
5
|
5
|
"start": "ng serve --proxy-config proxy.conf.json --port 4210 --disable-host-check --public-host=dashitech.com --host 0.0.0.0",
|
6
|
|
- "build": "ng build --prod && find dist -name '*.js' -print0 | xargs -0 gzip -k && find dist -name '*.css' -print0 | xargs -0 gzip -k",
|
|
6
|
+ "build": "ng build --prod",
|
7
|
7
|
"development": "node ./upload/development.js",
|
8
|
8
|
"production": "node ./upload/production.js",
|
9
|
9
|
"test": "ng test",
|