Skip to content

Commit 5bfb546

Browse files
committed
Refreshed dist folder to contain latest frontend changes
1 parent 851ae07 commit 5bfb546

32 files changed

+195482
-103
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ curl -X GET --header 'Accept: application/json' --header 'Authorization: xxx.xxx
120120
npm install
121121
# build the project (this will put the files under dist folder)
122122
ng build --aot=false
123+
# DO NOT USE --prod or --aot=true flags as some 3rd party libs I used have issues with that
124+
123125
```
124126

125127
### Install Backend (SpringBoot Java)

src/main/resources/public/3rdpartylicenses.txt

Lines changed: 533 additions & 101 deletions
Large diffs are not rendered by default.
Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1-
<!doctype html><html><head><meta charset="utf-8"><title>Web UI</title><!-- Use This only when serving from SpringBoot
1+
<!doctype html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<title>Web UI</title>
7+
<!-- Use This only when serving from SpringBoot
28
<base href="/webui/">
3-
--><!-- Use This when using ng serve --><base href="/"><meta name="viewport" content="width=device-width,initial-scale=1"><!-- link rel="icon" type="image/x-icon" href="favicon.ico" --><link rel="stylesheet" type="text/css" href="./assets/css/font-awesome.min.css"><link href="styles.b4b6246af1570bc6087d.bundle.css" rel="stylesheet"/></head><body><app-root>Loading...</app-root><script type="text/javascript" src="inline.71f12f0b51828e341d19.bundle.js"></script><script type="text/javascript" src="polyfills.9ecb8f534afc0e5c8069.bundle.js"></script><script type="text/javascript" src="scripts.33b34e31bbd1c2868aee.bundle.js"></script><script type="text/javascript" src="vendor.af2fe7b3ed53f75abd4f.bundle.js"></script><script type="text/javascript" src="main.7047eb1a0fb4134f6727.bundle.js"></script></body></html>
9+
-->
10+
<!-- Use This when using ng serve -->
11+
<base href="/">
12+
<meta name="viewport" content="width=device-width, initial-scale=1">
13+
<!-- link rel="icon" type="image/x-icon" href="favicon.ico" -->
14+
<link rel="stylesheet" type="text/css" href="./assets/css/font-awesome.min.css">
15+
</head>
16+
17+
<body>
18+
<app-root>Loading...</app-root>
19+
<script type="text/javascript" src="inline.bundle.js"></script><script type="text/javascript" src="polyfills.bundle.js"></script><script type="text/javascript" src="scripts.bundle.js"></script><script type="text/javascript" src="styles.bundle.js"></script><script type="text/javascript" src="vendor.bundle.js"></script><script type="text/javascript" src="main.bundle.js"></script></body>
20+
21+
</html>

0 commit comments

Comments
 (0)