diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-01-21 21:18:24 +0530 |
---|---|---|
committer | IBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com> | 2019-01-21 21:18:31 +0530 |
commit | f9fba481abeaea4016aa8b44e74e71d7174fd76e (patch) | |
tree | 990e6893fd67dd7b56536ea80b96aad6a3d42a55 /cds-ui/client/angular.json | |
parent | 67f1b20976a599da6da08cf6b903432a69b7a5d9 (diff) |
Output path changes
Changed the output path to loopback servers public folder
Issue-ID: CCSDK-943
Change-Id: Ie3384f79ac35bf1e7e7a96c41e96fbc5d78e0415
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/angular.json')
-rw-r--r-- | cds-ui/client/angular.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |