Skip to content

Commit

Permalink
file organization
Browse files Browse the repository at this point in the history
  • Loading branch information
jwetzell committed Aug 14, 2023
1 parent 4e29307 commit 4063e99
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
8 changes: 4 additions & 4 deletions webui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"main": "src/main.ts",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/theme.css", "src/styles.css", "src/tailwind.css"],
"assets": ["src/assets"],
"styles": ["src/assets/css/theme.css", "src/assets/css/styles.css", "src/assets/css/tailwind.css"],
"scripts": []
},
"configurations": {
Expand Down Expand Up @@ -72,8 +72,8 @@
"options": {
"polyfills": ["zone.js", "zone.js/testing"],
"tsConfig": "tsconfig.spec.json",
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/theme.css", "src/styles.css", "src/tailwind.css"],
"assets": ["src/assets"],
"styles": ["src/assets/css/theme.css", "src/assets/css/styles.css", "src/assets/css/tailwind.css"],
"scripts": []
}
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion webui/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Showbridge</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
</head>
<body class="overscroll-none">
<app-root></app-root>
Expand Down
3 changes: 0 additions & 3 deletions webui/src/tailwind.css

This file was deleted.

0 comments on commit 4063e99

Please sign in to comment.