Update Props 90/108290/1
authorstatta <statta@research.att.com>
Tue, 26 May 2020 20:35:06 +0000 (16:35 -0400)
committerstatta <statta@research.att.com>
Tue, 26 May 2020 20:35:06 +0000 (16:35 -0400)
Issue-ID: PORTAL-911
Change-Id: I810ba356a2833495d071ed48e4061c93749990fd
Signed-off-by: statta <statta@research.att.com>
ecomp-sdk/epsdk-app-os/ngappsrc/angular.json
ecomp-sdk/epsdk-app-os/ngappsrc/package.json

index eb75c81..02ce945 100644 (file)
@@ -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",
index 43dcd00..e36e8ae 100644 (file)
@@ -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",