]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/.angular-cli.json
Begin import script with youtube-dl
[github/Chocobozzz/PeerTube.git] / client / .angular-cli.json
CommitLineData
63c4db6d
C
1{
2 "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3 "project": {
4 "name": "PeerTube"
5 },
6 "apps": [
7 {
8 "root": "src",
9 "outDir": "dist",
63c4db6d 10 "assets": [
7193ad10
C
11 {
12 "glob": "**/*",
13 "input": "./assets/images",
14 "output": "./client/assets/images",
15 "allowOutsideOutDir": false
16 },
17 {
18 "glob": "",
19 "input": "./manifest.json",
20 "output": "./manifest.json",
21 "allowOutsideOutDir": false
22 }
63c4db6d 23 ],
7193ad10 24 "deployUrl": "client/",
63c4db6d
C
25 "index": "index.html",
26 "main": "main.ts",
27 "polyfills": "polyfills.ts",
28 "test": "test.ts",
29 "tsconfig": "tsconfig.app.json",
30 "testTsconfig": "tsconfig.spec.json",
31 "prefix": "app",
7193ad10 32 "serviceWorker": true,
63c4db6d
C
33 "styles": [
34 "sass/application.scss"
35 ],
36 "stylePreprocessorOptions": {
37 "includePaths": [
38 "sass/include"
39 ]
40 },
41 "scripts": [],
42 "environmentSource": "environments/environment.ts",
43 "environments": {
44 "dev": "environments/environment.ts",
45 "prod": "environments/environment.prod.ts"
7193ad10 46 }
63c4db6d
C
47 }
48 ],
49 "e2e": {
50 "protractor": {
51 "config": "./protractor.conf.js"
52 }
53 },
54 "lint": [
55 {
56 "project": "src/tsconfig.app.json",
57 "exclude": "**/node_modules/**"
58 },
59 {
60 "project": "src/tsconfig.spec.json",
61 "exclude": "**/node_modules/**"
62 },
63 {
64 "project": "e2e/tsconfig.e2e.json",
65 "exclude": "**/node_modules/**"
66 }
67 ],
68 "test": {
69 "karma": {
70 "config": "./karma.conf.js"
71 }
72 },
73 "defaults": {
74 "styleExt": "scss",
75 "component": {
76 }
77 }
78}