From 65f0015cf1725dcd082e53c09c695779ee463eee Mon Sep 17 00:00:00 2001 From: Takiguchi Date: Sat, 16 Feb 2019 15:12:18 +0100 Subject: [PATCH] Add the configuration to build angular app in static java resources. --- src/main/ts/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/ts/angular.json b/src/main/ts/angular.json index 348f826..89a1625 100755 --- 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": "dist/ts-v7", + "outputPath": "../resources/static/", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts",