diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-22 15:29:32 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-22 15:29:32 +0100 |
commit | 1f30a1853e38c20a45722dbd6d38aaaec63839e8 (patch) | |
tree | cdce8cc9fcc62d9b3343c9478b1dbcefedcea972 /client/.angular-cli.json | |
parent | 78967fca4cacbc247fa6fb62d64b2d6825a10804 (diff) | |
download | PeerTube-1f30a1853e38c20a45722dbd6d38aaaec63839e8.tar.gz PeerTube-1f30a1853e38c20a45722dbd6d38aaaec63839e8.tar.zst PeerTube-1f30a1853e38c20a45722dbd6d38aaaec63839e8.zip |
Add confirm when admin use custom js/css
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 643e1b319..cb387db0a 100644 --- a/client/.angular-cli.json +++ b/client/.angular-cli.json | |||
@@ -8,12 +8,7 @@ | |||
8 | "root": "src", | 8 | "root": "src", |
9 | "outDir": "dist", | 9 | "outDir": "dist", |
10 | "assets": [ | 10 | "assets": [ |
11 | { | 11 | "./assets/images", |
12 | "glob": "**/*", | ||
13 | "input": "./assets/images", | ||
14 | "output": "./client/assets/images", | ||
15 | "allowOutsideOutDir": false | ||
16 | }, | ||
17 | "./manifest.json" | 12 | "./manifest.json" |
18 | ], | 13 | ], |
19 | "deployUrl": "client/", | 14 | "deployUrl": "client/", |