|
1 | 1 | { |
2 | | - "name": "styling", |
3 | | - "$schema": "../../node_modules/nx/schemas/project-schema.json", |
| 2 | + "name": "angular-styling", |
| 3 | + "$schema": "../../../node_modules/nx/schemas/project-schema.json", |
4 | 4 | "projectType": "application", |
5 | | - "sourceRoot": "apps/styling/src", |
| 5 | + "sourceRoot": "apps/angular/styling/src", |
6 | 6 | "prefix": "app", |
7 | 7 | "targets": { |
8 | 8 | "build": { |
9 | 9 | "executor": "@angular-devkit/build-angular:browser", |
10 | 10 | "outputs": ["{options.outputPath}"], |
11 | 11 | "options": { |
12 | | - "outputPath": "dist/apps/styling", |
13 | | - "index": "apps/styling/src/index.html", |
14 | | - "main": "apps/styling/src/main.ts", |
| 12 | + "outputPath": "dist/apps/angular/styling", |
| 13 | + "index": "apps/angular/styling/src/index.html", |
| 14 | + "main": "apps/angular/styling/src/main.ts", |
15 | 15 | "polyfills": ["zone.js"], |
16 | | - "tsConfig": "apps/styling/tsconfig.app.json", |
| 16 | + "tsConfig": "apps/angular/styling/tsconfig.app.json", |
17 | 17 | "inlineStyleLanguage": "scss", |
18 | | - "assets": ["apps/styling/src/favicon.ico", "apps/styling/src/assets"], |
19 | | - "styles": ["apps/styling/src/styles.scss"], |
| 18 | + "assets": [ |
| 19 | + "apps/angular/styling/src/favicon.ico", |
| 20 | + "apps/angular/styling/src/assets" |
| 21 | + ], |
| 22 | + "styles": ["apps/angular/styling/src/styles.scss"], |
20 | 23 | "scripts": [] |
21 | 24 | }, |
22 | 25 | "configurations": { |
|
50 | 53 | "executor": "@angular-devkit/build-angular:dev-server", |
51 | 54 | "configurations": { |
52 | 55 | "production": { |
53 | | - "browserTarget": "styling:build:production" |
| 56 | + "browserTarget": "angular-styling:build:production" |
54 | 57 | }, |
55 | 58 | "development": { |
56 | | - "browserTarget": "styling:build:development" |
| 59 | + "browserTarget": "angular-styling:build:development" |
57 | 60 | } |
58 | 61 | }, |
59 | 62 | "defaultConfiguration": "development" |
60 | 63 | }, |
61 | 64 | "extract-i18n": { |
62 | 65 | "executor": "@angular-devkit/build-angular:extract-i18n", |
63 | 66 | "options": { |
64 | | - "browserTarget": "styling:build" |
| 67 | + "browserTarget": "angular-styling:build" |
65 | 68 | } |
66 | 69 | }, |
67 | 70 | "lint": { |
68 | 71 | "executor": "@nx/linter:eslint", |
69 | 72 | "outputs": ["{options.outputFile}"], |
70 | 73 | "options": { |
71 | | - "lintFilePatterns": ["apps/styling/**/*.ts", "apps/styling/**/*.html"] |
| 74 | + "lintFilePatterns": [ |
| 75 | + "apps/angular/styling/**/*.ts", |
| 76 | + "apps/angular/styling/**/*.html" |
| 77 | + ] |
72 | 78 | } |
73 | 79 | } |
74 | 80 | }, |
|
0 commit comments