This is an automated email from the ASF dual-hosted git repository.
wilfreds pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git
The following commit(s) were added to refs/heads/branch-1.8 by this push:
new 01ecb8b [YUNIKORN-3214] Deploy browser content to root output dir
(#250)
01ecb8b is described below
commit 01ecb8b878003da6bdbd3c29f87bde06d04a3a27
Author: Craig Condit <[email protected]>
AuthorDate: Thu Jan 29 14:12:46 2026 +1100
[YUNIKORN-3214] Deploy browser content to root output dir (#250)
After upgrading to Angular 20, the default output directory has a
"browser" prefix prepended. Remove this to ensure content matches
previously generated app.
Closes: #250
Signed-off-by: Wilfred Spiegelenburg <[email protected]>
(cherry picked from commit 0a497a6f528b1ce388fa82a45366ea46e8104f9b)
---
angular.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/angular.json b/angular.json
index bd47499..024fd2b 100644
--- a/angular.json
+++ b/angular.json
@@ -25,7 +25,8 @@
"builder": "@angular/build:application",
"options": {
"outputPath": {
- "base": "dist/yunikorn-web"
+ "base": "dist/yunikorn-web",
+ "browser": ""
},
"index": "src/index.html",
"polyfills": [
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]