From f9fba481abeaea4016aa8b44e74e71d7174fd76e Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Mon, 21 Jan 2019 21:18:24 +0530 Subject: Output path changes Changed the output path to loopback servers public folder Issue-ID: CCSDK-943 Change-Id: Ie3384f79ac35bf1e7e7a96c41e96fbc5d78e0415 Signed-off-by: Arundathi Patil --- cds-ui/client/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cds-ui/client/angular.json b/cds-ui/client/angular.json index 5eba741ed..0a433560b 100644 --- a/cds-ui/client/angular.json +++ b/cds-ui/client/angular.json @@ -17,7 +17,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "outputPath": "dist/cds-ui", + "outputPath": "../server/public", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts", -- cgit 1.2.3-korg