diff options
Diffstat (limited to 'client/.angular-cli.json')
-rw-r--r-- | client/.angular-cli.json | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/client/.angular-cli.json b/client/.angular-cli.json index 739a4c5a5..3bdc50492 100644 --- a/client/.angular-cli.json +++ b/client/.angular-cli.json | |||
@@ -7,11 +7,21 @@ | |||
7 | { | 7 | { |
8 | "root": "src", | 8 | "root": "src", |
9 | "outDir": "dist", | 9 | "outDir": "dist", |
10 | "deployUrl": "client/", | ||
11 | "assets": [ | 10 | "assets": [ |
12 | { "glob": "**/*", "input": "./assets/images", "output": "./client/assets/images" }, | 11 | { |
13 | { "input": "./manifest.json", "output": "./client/manifest.json" } | 12 | "glob": "**/*", |
13 | "input": "./assets/images", | ||
14 | "output": "./client/assets/images", | ||
15 | "allowOutsideOutDir": false | ||
16 | }, | ||
17 | { | ||
18 | "glob": "", | ||
19 | "input": "./manifest.json", | ||
20 | "output": "./manifest.json", | ||
21 | "allowOutsideOutDir": false | ||
22 | } | ||
14 | ], | 23 | ], |
24 | "deployUrl": "client/", | ||
15 | "index": "index.html", | 25 | "index": "index.html", |
16 | "main": "main.ts", | 26 | "main": "main.ts", |
17 | "polyfills": "polyfills.ts", | 27 | "polyfills": "polyfills.ts", |
@@ -19,6 +29,7 @@ | |||
19 | "tsconfig": "tsconfig.app.json", | 29 | "tsconfig": "tsconfig.app.json", |
20 | "testTsconfig": "tsconfig.spec.json", | 30 | "testTsconfig": "tsconfig.spec.json", |
21 | "prefix": "app", | 31 | "prefix": "app", |
32 | "serviceWorker": true, | ||
22 | "styles": [ | 33 | "styles": [ |
23 | "sass/application.scss" | 34 | "sass/application.scss" |
24 | ], | 35 | ], |
@@ -32,8 +43,7 @@ | |||
32 | "environments": { | 43 | "environments": { |
33 | "dev": "environments/environment.ts", | 44 | "dev": "environments/environment.ts", |
34 | "prod": "environments/environment.prod.ts" | 45 | "prod": "environments/environment.prod.ts" |
35 | }, | 46 | } |
36 | "serviceWorker": true | ||
37 | } | 47 | } |
38 | ], | 48 | ], |
39 | "e2e": { | 49 | "e2e": { |