From: Chocobozzz Date: Thu, 8 Feb 2018 09:00:09 +0000 (+0100) Subject: Include manifest in build X-Git-Tag: v0.0.21-alpha~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6583edee61b3e2726c5209b6da311d758088d619;p=oweals%2Fpeertube.git Include manifest in build --- 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 @@ - + +