]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/.angular-cli.json
Include manifest in build
[github/Chocobozzz/PeerTube.git] / client / .angular-cli.json
index 9ed4a7ab3d5e61028fdf1cd662acbdfdf912c40f..01c240beb0c9dd92635aaba07de74dcd6251a559 100644 (file)
@@ -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",