X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2F.angular-cli.json;h=3bdc50492866cb5d980b30319c40cfba41bc1c0e;hb=a16aee73db627908dc83eb5c29b213ce8d1fab39;hp=3f94909e119b20c23da0c660b573c53de44dd654;hpb=63c4db6d71b98523753c51747e308682d9a2e8a0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/.angular-cli.json b/client/.angular-cli.json index 3f94909e1..3bdc50492 100644 --- a/client/.angular-cli.json +++ b/client/.angular-cli.json @@ -7,10 +7,21 @@ { "root": "src", "outDir": "dist", - "deployUrl": "client/", "assets": [ - "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" ],