diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-12 11:59:28 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-12 13:58:03 +0100 |
commit | b682782093a22a729eea8862476ff1c8aac4ef0c (patch) | |
tree | 40ab06be62df07d43ff7799011e4e3427b348eec /client/.angular-cli.json | |
parent | 7bfd1b1edb7ea4ea6516b6a74c4e9af938d0bdc6 (diff) | |
download | PeerTube-b682782093a22a729eea8862476ff1c8aac4ef0c.tar.gz PeerTube-b682782093a22a729eea8862476ff1c8aac4ef0c.tar.zst PeerTube-b682782093a22a729eea8862476ff1c8aac4ef0c.zip |
Upgrade to angular 5
Diffstat (limited to 'client/.angular-cli.json')
-rw-r--r-- | client/.angular-cli.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/.angular-cli.json b/client/.angular-cli.json index 3f94909e1..e277f96b8 100644 --- a/client/.angular-cli.json +++ b/client/.angular-cli.json | |||
@@ -9,7 +9,7 @@ | |||
9 | "outDir": "dist", | 9 | "outDir": "dist", |
10 | "deployUrl": "client/", | 10 | "deployUrl": "client/", |
11 | "assets": [ | 11 | "assets": [ |
12 | "assets" | 12 | { "glob": "**/*", "input": "./assets/images", "output": "./client/assets/" } |
13 | ], | 13 | ], |
14 | "index": "index.html", | 14 | "index": "index.html", |
15 | "main": "main.ts", | 15 | "main": "main.ts", |