aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/.angular-cli.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-02-08 10:00:09 +0100
committerChocobozzz <me@florianbigard.com>2018-02-08 10:00:09 +0100
commit6583edee61b3e2726c5209b6da311d758088d619 (patch)
tree046b29eb09cab1e1e02ec0a51e22604e8f1d274b /client/.angular-cli.json
parentf529f9835e66880821237929f3452a520117799b (diff)
downloadPeerTube-6583edee61b3e2726c5209b6da311d758088d619.tar.gz
PeerTube-6583edee61b3e2726c5209b6da311d758088d619.tar.zst
PeerTube-6583edee61b3e2726c5209b6da311d758088d619.zip
Include manifest in build
Diffstat (limited to 'client/.angular-cli.json')
-rw-r--r--client/.angular-cli.json3
1 files changed, 2 insertions, 1 deletions
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 @@
9 "outDir": "dist", 9 "outDir": "dist",
10 "deployUrl": "client/", 10 "deployUrl": "client/",
11 "assets": [ 11 "assets": [
12 { "glob": "**/*", "input": "./assets/images", "output": "./client/assets/images" } 12 { "glob": "**/*", "input": "./assets/images", "output": "./client/assets/images" },
13 { "input": "./manifest.json", "output": "./client/manifest.json" }
13 ], 14 ],
14 "index": "index.html", 15 "index": "index.html",
15 "main": "main.ts", 16 "main": "main.ts",