From a2c66075fe49173642edec7144e57eb117309435 Mon Sep 17 00:00:00 2001 From: takiguchi Date: Tue, 21 May 2019 22:37:20 +0200 Subject: [PATCH] Correction of the ng build destination. --- src/main/ts/angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/ts/angular.json b/src/main/ts/angular.json index 0632519..017ce96 100644 --- a/src/main/ts/angular.json +++ b/src/main/ts/angular.json @@ -17,7 +17,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "outputPath": "../resources/static/", + "outputPath": "../../../src/main/resources/static/", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts", @@ -151,4 +151,4 @@ } }, "defaultProject": "ts" -} \ No newline at end of file +}