X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2F.angular-cli.json;h=cb387db0a85f2fb084268acce48a3ac90b2e9f08;hb=b64c950a1cb37da880fc14e8535f438c78b5b7f7;hp=3bdc50492866cb5d980b30319c40cfba41bc1c0e;hpb=7193ad1044d2dfad8f929f0951f9a3601c056f67;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/.angular-cli.json b/client/.angular-cli.json index 3bdc50492..cb387db0a 100644 --- a/client/.angular-cli.json +++ b/client/.angular-cli.json @@ -8,18 +8,8 @@ "root": "src", "outDir": "dist", "assets": [ - { - "glob": "**/*", - "input": "./assets/images", - "output": "./client/assets/images", - "allowOutsideOutDir": false - }, - { - "glob": "", - "input": "./manifest.json", - "output": "./manifest.json", - "allowOutsideOutDir": false - } + "./assets/images", + "./manifest.json" ], "deployUrl": "client/", "index": "index.html",