X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2F.angular-cli.json;h=3bdc50492866cb5d980b30319c40cfba41bc1c0e;hb=e79c65723b23f0994b01416382783f3f987cf4c7;hp=01c240beb0c9dd92635aaba07de74dcd6251a559;hpb=6583edee61b3e2726c5209b6da311d758088d619;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/.angular-cli.json b/client/.angular-cli.json index 01c240beb..3bdc50492 100644 --- a/client/.angular-cli.json +++ b/client/.angular-cli.json @@ -7,11 +7,21 @@ { "root": "src", "outDir": "dist", - "deployUrl": "client/", "assets": [ - { "glob": "**/*", "input": "./assets/images", "output": "./client/assets/images" }, - { "input": "./manifest.json", "output": "./client/manifest.json" } + { + "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", @@ -19,6 +29,7 @@ "tsconfig": "tsconfig.app.json", "testTsconfig": "tsconfig.spec.json", "prefix": "app", + "serviceWorker": true, "styles": [ "sass/application.scss" ],