|
1 | 1 | { |
2 | 2 | "$schema": "./node_modules/@angular/cli/lib/config/schema.json", |
| 3 | + "cli": { |
| 4 | + "analytics": "cf0654bf-8cab-499a-9d12-97a0bb50a155" |
| 5 | + }, |
3 | 6 | "version": 1, |
4 | 7 | "newProjectRoot": "projects", |
5 | 8 | "projects": { |
6 | 9 | "gentics-ui-core": { |
7 | | - "root": "", |
| 10 | + "root": "projects/gentics-ui-core", |
8 | 11 | "sourceRoot": "src", |
9 | 12 | "projectType": "library", |
10 | 13 | "prefix": "gtx", |
|
23 | 26 | "tsConfig": "projects/gentics-ui-core/tsconfig.spec.json", |
24 | 27 | "karmaConfig": "projects/gentics-ui-core/karma.conf.js" |
25 | 28 | } |
26 | | - }, |
27 | | - "lint": { |
28 | | - "builder": "@angular-devkit/build-angular:tslint", |
29 | | - "options": { |
30 | | - "tsConfig": [ |
31 | | - "projects/gentics-ui-core/tsconfig.lib.json", |
32 | | - "projects/gentics-ui-core/tsconfig.spec.json" |
33 | | - ], |
34 | | - "exclude": [ |
35 | | - "**/node_modules/**" |
36 | | - ] |
37 | | - } |
38 | 29 | } |
39 | 30 | } |
40 | 31 | }, |
|
45 | 36 | "prefix": "app", |
46 | 37 | "schematics": { |
47 | 38 | "@schematics/angular:component": { |
48 | | - "styleext": "scss" |
| 39 | + "style": "scss" |
49 | 40 | } |
50 | 41 | }, |
51 | 42 | "architect": { |
52 | 43 | "build": { |
53 | | - "builder": "ngx-build-plus:build", |
| 44 | + "builder": "ngx-build-plus:browser", |
54 | 45 | "options": { |
55 | 46 | "outputPath": "dist/docs", |
56 | 47 | "index": "src/docs/index.html", |
57 | 48 | "main": "src/docs/main.ts", |
58 | 49 | "polyfills": "src/docs/polyfills.ts", |
59 | 50 | "tsConfig": "projects/docs/tsconfig.app.json", |
60 | | - "extraWebpackConfig": "webpack.partial.js", |
| 51 | + "extraWebpackConfig": "projects/docs/webpack.partial.js", |
61 | 52 | "assets": [ |
62 | 53 | "src/docs/assets", |
63 | 54 | { "glob": "**/*", "input": "../../node_modules/roboto-fontface-woff/fonts/roboto", "output": "./assets/fonts" }, |
64 | | - { "glob": "**/*", "input": "../../node_modules/material-icons-font/fonts", "output": "./assets/fonts" }, |
| 55 | + { "glob": "**/*", "input": "../../node_modules/material-icons-font/fonts", "output": "./assets/fonts" } |
65 | 56 | ], |
66 | 57 | "styles": [ |
67 | 58 | "src/docs/app.scss", |
|
106 | 97 | "builder": "ngx-build-plus:dev-server", |
107 | 98 | "options": { |
108 | 99 | "browserTarget": "docs:build", |
109 | | - "extraWebpackConfig": "webpack.partial.js" |
| 100 | + "extraWebpackConfig": "projects/docs/webpack.partial.js" |
110 | 101 | }, |
111 | 102 | "configurations": { |
112 | 103 | "production": { |
|
136 | 127 | "src/docs/assets" |
137 | 128 | ] |
138 | 129 | } |
139 | | - }, |
140 | | - "lint": { |
141 | | - "builder": "@angular-devkit/build-angular:tslint", |
142 | | - "options": { |
143 | | - "tsConfig": [ |
144 | | - "projects/docs/tsconfig.app.json", |
145 | | - "projects/docs/tsconfig.spec.json" |
146 | | - ], |
147 | | - "exclude": [ |
148 | | - "**/node_modules/**" |
149 | | - ] |
150 | | - } |
151 | 130 | } |
152 | 131 | } |
153 | 132 | } |
|
0 commit comments