|
34 | 34 | } |
35 | 35 | } |
36 | 36 | }, |
37 | | - "angular-redux-demo": { |
| 37 | + "angular-redux-simple-demo": { |
38 | 38 | "projectType": "application", |
39 | 39 | "schematics": { |
40 | 40 | "@schematics/angular:component": { |
|
64 | 64 | "skipTests": true |
65 | 65 | } |
66 | 66 | }, |
67 | | - "root": "projects/angular-redux-demo", |
68 | | - "sourceRoot": "projects/angular-redux-demo/src", |
| 67 | + "root": "projects/angular-redux-simple-demo", |
| 68 | + "sourceRoot": "projects/angular-redux-simple-demo/src", |
69 | 69 | "prefix": "app", |
70 | 70 | "architect": { |
71 | 71 | "build": { |
72 | 72 | "builder": "@angular-devkit/build-angular:application", |
73 | 73 | "options": { |
74 | | - "outputPath": "dist/angular-redux-demo", |
75 | | - "index": "projects/angular-redux-demo/src/index.html", |
76 | | - "browser": "projects/angular-redux-demo/src/main.ts", |
| 74 | + "outputPath": "dist/angular-redux-simple-demo", |
| 75 | + "index": "projects/angular-redux-simple-demo/src/index.html", |
| 76 | + "browser": "projects/angular-redux-simple-demo/src/main.ts", |
77 | 77 | "polyfills": ["zone.js"], |
78 | | - "tsConfig": "projects/angular-redux-demo/tsconfig.app.json", |
| 78 | + "tsConfig": "projects/angular-redux-simple-demo/tsconfig.app.json", |
79 | 79 | "assets": [ |
80 | 80 | { |
81 | 81 | "glob": "**/*", |
82 | | - "input": "projects/angular-redux-demo/public" |
| 82 | + "input": "projects/angular-redux-simple-demo/public" |
83 | 83 | } |
84 | 84 | ], |
85 | | - "styles": ["projects/angular-redux-demo/src/styles.css"], |
| 85 | + "styles": ["projects/angular-redux-simple-demo/src/styles.css"], |
86 | 86 | "scripts": [] |
87 | 87 | }, |
88 | 88 | "configurations": { |
|
113 | 113 | "builder": "@angular-devkit/build-angular:dev-server", |
114 | 114 | "configurations": { |
115 | 115 | "production": { |
116 | | - "buildTarget": "angular-redux-demo:build:production" |
| 116 | + "buildTarget": "angular-redux-simple-demo:build:production" |
117 | 117 | }, |
118 | 118 | "development": { |
119 | | - "buildTarget": "angular-redux-demo:build:development" |
| 119 | + "buildTarget": "angular-redux-simple-demo:build:development" |
120 | 120 | } |
121 | 121 | }, |
122 | 122 | "defaultConfiguration": "development" |
|
0 commit comments