From 6583edee61b3e2726c5209b6da311d758088d619 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 8 Feb 2018 10:00:09 +0100 Subject: Include manifest in build --- client/.angular-cli.json | 3 ++- client/src/index.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'client') diff --git a/client/.angular-cli.json b/client/.angular-cli.json index 9ed4a7ab3..01c240beb 100644 --- a/client/.angular-cli.json +++ b/client/.angular-cli.json @@ -9,7 +9,8 @@ "outDir": "dist", "deployUrl": "client/", "assets": [ - { "glob": "**/*", "input": "./assets/images", "output": "./client/assets/images" } + { "glob": "**/*", "input": "./assets/images", "output": "./client/assets/images" }, + { "input": "./manifest.json", "output": "./client/manifest.json" } ], "index": "index.html", "main": "main.ts", diff --git a/client/src/index.html b/client/src/index.html index 79c3edea8..61a8d2ed1 100644 --- a/client/src/index.html +++ b/client/src/index.html @@ -8,7 +8,8 @@ - + + -- cgit v1.2.3