]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/.angular-cli.json
Bumped to version v0.0.21-alpha
[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"
35 }
36 }
37 ],
38 "e2e": {
39 "protractor": {
40 "config": "./protractor.conf.js"
41 }
42 },
43 "lint": [
44 {
45 "project": "src/tsconfig.app.json",
46 "exclude": "**/node_modules/**"
47 },
48 {
49 "project": "src/tsconfig.spec.json",
50 "exclude": "**/node_modules/**"
51 },
52 {
53 "project": "e2e/tsconfig.e2e.json",
54 "exclude": "**/node_modules/**"
55 }
56 ],
57 "test": {
58 "karma": {
59 "config": "./karma.conf.js"
60 }
61 },
62 "defaults": {
63 "styleExt": "scss",
64 "component": {
65 }
66 }
67}