]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/.angular-cli.json
Upgrade server dependencies
[github/Chocobozzz/PeerTube.git] / client / .angular-cli.json
index e277f96b848b493b1b483df86bea705dd41de4b6..3bdc50492866cb5d980b30319c40cfba41bc1c0e 100644 (file)
@@ -7,10 +7,21 @@
     {
       "root": "src",
       "outDir": "dist",
-      "deployUrl": "client/",
       "assets": [
-        { "glob": "**/*", "input": "./assets/images", "output": "./client/assets/" }
+        {
+          "glob": "**/*",
+          "input": "./assets/images",
+          "output": "./client/assets/images",
+          "allowOutsideOutDir": false
+        },
+                {
+          "glob": "",
+          "input": "./manifest.json",
+          "output": "./manifest.json",
+          "allowOutsideOutDir": false
+        }
       ],
+      "deployUrl": "client/",
       "index": "index.html",
       "main": "main.ts",
       "polyfills": "polyfills.ts",
@@ -18,6 +29,7 @@
       "tsconfig": "tsconfig.app.json",
       "testTsconfig": "tsconfig.spec.json",
       "prefix": "app",
+      "serviceWorker": true,
       "styles": [
         "sass/application.scss"
       ],