diff options
author | statta <statta@research.att.com> | 2020-05-26 16:35:06 -0400 |
---|---|---|
committer | statta <statta@research.att.com> | 2020-05-26 16:35:06 -0400 |
commit | 1f953b08cb3da17f37ac596d01c6be5ce5d629ce (patch) | |
tree | bf6acf2f027fa4c3f4fc59384af205e0fa47aa9b /ecomp-sdk | |
parent | 273ccf87b2609ed82fe681e2211fc402f799307f (diff) |
Update Props
Issue-ID: PORTAL-911
Change-Id: I810ba356a2833495d071ed48e4061c93749990fd
Signed-off-by: statta <statta@research.att.com>
Diffstat (limited to 'ecomp-sdk')
-rw-r--r-- | ecomp-sdk/epsdk-app-os/ngappsrc/angular.json | 2 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-app-os/ngappsrc/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-sdk/epsdk-app-os/ngappsrc/angular.json b/ecomp-sdk/epsdk-app-os/ngappsrc/angular.json index eb75c816..02ce9452 100644 --- a/ecomp-sdk/epsdk-app-os/ngappsrc/angular.json +++ b/ecomp-sdk/epsdk-app-os/ngappsrc/angular.json @@ -12,7 +12,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "baseHref": "/epsdk-app-os/", + "baseHref": "/ONAPPORTALSDK/", "outputPath": "dist", "index": "src/ngwelcome.html", "main": "src/main.ts", diff --git a/ecomp-sdk/epsdk-app-os/ngappsrc/package.json b/ecomp-sdk/epsdk-app-os/ngappsrc/package.json index 43dcd001..e36e8ae4 100644 --- a/ecomp-sdk/epsdk-app-os/ngappsrc/package.json +++ b/ecomp-sdk/epsdk-app-os/ngappsrc/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve --host www.sdk.onap.org --port 8200 --open", - "build": "ng build", + "build": "ng build --prod --aot=false --build-optimizer=false", "test": "ng test --watch=false --code-coverage --browsers=ChromeHeadless", "lint": "ng lint", "e2e": "ng e2e", |