]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/.angular-cli.json
Better peertube icons
[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",
10 "deployUrl": "client/",
11 "assets": [
6583edee
C
12 { "glob": "**/*", "input": "./assets/images", "output": "./client/assets/images" },
13 { "input": "./manifest.json", "output": "./client/manifest.json" }
63c4db6d
C
14 ],
15 "index": "index.html",
16 "main": "main.ts",
17 "polyfills": "polyfills.ts",
18 "test": "test.ts",
19 "tsconfig": "tsconfig.app.json",
20 "testTsconfig": "tsconfig.spec.json",
21 "prefix": "app",
22 "styles": [
23 "sass/application.scss"
24 ],
25 "stylePreprocessorOptions": {
26 "includePaths": [
27 "sass/include"
28 ]
29 },
30 "scripts": [],
31 "environmentSource": "environments/environment.ts",
32 "environments": {
33 "dev": "environments/environment.ts",
34 "prod": "environments/environment.prod.ts"
151edeee
C
35 },
36 "serviceWorker": true
63c4db6d
C
37 }
38 ],
39 "e2e": {
40 "protractor": {
41 "config": "./protractor.conf.js"
42 }
43 },
44 "lint": [
45 {
46 "project": "src/tsconfig.app.json",
47 "exclude": "**/node_modules/**"
48 },
49 {
50 "project": "src/tsconfig.spec.json",
51 "exclude": "**/node_modules/**"
52 },
53 {
54 "project": "e2e/tsconfig.e2e.json",
55 "exclude": "**/node_modules/**"
56 }
57 ],
58 "test": {
59 "karma": {
60 "config": "./karma.conf.js"
61 }
62 },
63 "defaults": {
64 "styleExt": "scss",
65 "component": {
66 }
67 }
68}