diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-22 11:54:17 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-22 11:54:24 +0100 |
commit | 93df58cc4865af9046d2b31e03fa37d3ae54e45b (patch) | |
tree | 5bc454daf9cae2d4996d8503a5a7f24bf7aa3bbe /client/.angular-cli.json | |
parent | 41df592101dfc4760f8710b88836ef8908ca741c (diff) | |
download | PeerTube-93df58cc4865af9046d2b31e03fa37d3ae54e45b.tar.gz PeerTube-93df58cc4865af9046d2b31e03fa37d3ae54e45b.tar.zst PeerTube-93df58cc4865af9046d2b31e03fa37d3ae54e45b.zip |
Fix service worker registration
Diffstat (limited to 'client/.angular-cli.json')
-rw-r--r-- | client/.angular-cli.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/client/.angular-cli.json b/client/.angular-cli.json index 3bdc50492..643e1b319 100644 --- a/client/.angular-cli.json +++ b/client/.angular-cli.json | |||
@@ -14,12 +14,7 @@ | |||
14 | "output": "./client/assets/images", | 14 | "output": "./client/assets/images", |
15 | "allowOutsideOutDir": false | 15 | "allowOutsideOutDir": false |
16 | }, | 16 | }, |
17 | { | 17 | "./manifest.json" |
18 | "glob": "", | ||
19 | "input": "./manifest.json", | ||
20 | "output": "./manifest.json", | ||
21 | "allowOutsideOutDir": false | ||
22 | } | ||
23 | ], | 18 | ], |
24 | "deployUrl": "client/", | 19 | "deployUrl": "client/", |
25 | "index": "index.html", | 20 | "index": "index.html", |