File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22 "$schema" : " ./node_modules/@angular/cli/lib/config/schema.json" ,
33 "version" : 1 ,
44 "projects" : {
5- "vf-angular-boilerplate " : {
5+ "vf-angular" : {
66 "projectType" : " application" ,
77 "root" : " " ,
88 "sourceRoot" : " src" ,
1111 "build" : {
1212 "builder" : " @angular-devkit/build-angular:browser" ,
1313 "options" : {
14- "outputPath" : " dist/vf-angular-boilerplate " ,
14+ "outputPath" : " dist/vf-angular" ,
1515 "index" : " src/index.html" ,
1616 "main" : " src/main.ts" ,
1717 "polyfills" : " src/polyfills.ts" ,
4343 "serve" : {
4444 "builder" : " @angular-devkit/build-angular:dev-server" ,
4545 "options" : {
46- "browserTarget" : " vf-angular-boilerplate :build"
46+ "browserTarget" : " vf-angular:build"
4747 },
4848 "configurations" : {
4949 "production" : {
50- "browserTarget" : " vf-angular-boilerplate :build:production"
50+ "browserTarget" : " vf-angular:build:production"
5151 },
5252 "development" : {
53- "browserTarget" : " vf-angular-boilerplate :build:development"
53+ "browserTarget" : " vf-angular:build:development"
5454 }
5555 }
5656 },
Original file line number Diff line number Diff line change 44 "scripts" : {
55 "ng" : " ng" ,
66 "start" : " ng serve" ,
7- "build" : " ng build --configuration production --base-href /vf-angular " ,
7+ "build" : " ng build --configuration production" ,
88 "build:dev" : " ng build --configuration development" ,
99 "watch" : " ng build --watch --configuration development" ,
1010 "test" : " ng test" ,
Original file line number Diff line number Diff line change 33 < head >
44 < meta charset ="utf-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6- < base href ="/ ">
6+ < base href ="/vf-angular ">
77 < link rel ="stylesheet " media ="all " href ="https://dev.assets.emblstatic.net/vf/develop/css/styles.css "/>
88 <!--
99 Want to build a site with the Visual Framework?
You can’t perform that action at this time.
0 commit comments