]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/.angular-cli.json
Better peertube icons
[github/Chocobozzz/PeerTube.git] / client / .angular-cli.json
index e277f96b848b493b1b483df86bea705dd41de4b6..739a4c5a5269d9d3d1c4bba32e32740b6f5ac7c7 100644 (file)
@@ -9,7 +9,8 @@
       "outDir": "dist",
       "deployUrl": "client/",
       "assets": [
-        { "glob": "**/*", "input": "./assets/images", "output": "./client/assets/" }
+        { "glob": "**/*", "input": "./assets/images", "output": "./client/assets/images" },
+        { "input": "./manifest.json", "output": "./client/manifest.json" }
       ],
       "index": "index.html",
       "main": "main.ts",
@@ -31,7 +32,8 @@
       "environments": {
         "dev": "environments/environment.ts",
         "prod": "environments/environment.prod.ts"
-      }
+      },
+      "serviceWorker": true
     }
   ],
   "e2e": {