]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/.angular-cli.json
Add ability to embed a video in Twitter
[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": [
1f30a185 11 "./assets/images",
93df58cc 12 "./manifest.json"
63c4db6d 13 ],
7193ad10 14 "deployUrl": "client/",
63c4db6d
C
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",
7193ad10 22 "serviceWorker": true,
63c4db6d
C
23 "styles": [
24 "sass/application.scss"
25 ],
26 "stylePreprocessorOptions": {
27 "includePaths": [
28 "sass/include"
29 ]
30 },
31 "scripts": [],
32 "environmentSource": "environments/environment.ts",
33 "environments": {
34 "dev": "environments/environment.ts",
35 "prod": "environments/environment.prod.ts"
7193ad10 36 }
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}