X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2F.angular-cli.json;h=cb387db0a85f2fb084268acce48a3ac90b2e9f08;hb=a9ca764e7e23c0c14949c308a9ce54d4fdb9a361;hp=9ed4a7ab3d5e61028fdf1cd662acbdfdf912c40f;hpb=b2731bff2834fb6aacf166cf435030bf96eb12f3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/.angular-cli.json b/client/.angular-cli.json index 9ed4a7ab3..cb387db0a 100644 --- a/client/.angular-cli.json +++ b/client/.angular-cli.json @@ -7,10 +7,11 @@ { "root": "src", "outDir": "dist", - "deployUrl": "client/", "assets": [ - { "glob": "**/*", "input": "./assets/images", "output": "./client/assets/images" } + "./assets/images", + "./manifest.json" ], + "deployUrl": "client/", "index": "index.html", "main": "main.ts", "polyfills": "polyfills.ts", @@ -18,6 +19,7 @@ "tsconfig": "tsconfig.app.json", "testTsconfig": "tsconfig.spec.json", "prefix": "app", + "serviceWorker": true, "styles": [ "sass/application.scss" ],