diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-12 14:41:59 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-12 14:41:59 +0100 |
commit | b2731bff2834fb6aacf166cf435030bf96eb12f3 (patch) | |
tree | a519c0669ffc27712fffebc5750df54952a61100 /client/.angular-cli.json | |
parent | 4a7eeb62f1364678fff28fef4a83a0e9b640017c (diff) | |
download | PeerTube-b2731bff2834fb6aacf166cf435030bf96eb12f3.tar.gz PeerTube-b2731bff2834fb6aacf166cf435030bf96eb12f3.tar.zst PeerTube-b2731bff2834fb6aacf166cf435030bf96eb12f3.zip |
Small style fixes
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 e277f96b8..9ed4a7ab3 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 | { "glob": "**/*", "input": "./assets/images", "output": "./client/assets/" } | 12 | { "glob": "**/*", "input": "./assets/images", "output": "./client/assets/images" } |
13 | ], | 13 | ], |
14 | "index": "index.html", | 14 | "index": "index.html", |
15 | "main": "main.ts", | 15 | "main": "main.ts", |