mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 22:55:56 -05:00
[htdocs] Rebuild web interface
This commit is contained in:
parent
81491367fc
commit
03b41d2840
@ -25,7 +25,6 @@ htdocsassetsdir = $(datadir)/owntone/htdocs/assets
|
||||
dist_htdocsassets_DATA = \
|
||||
assets/index.css \
|
||||
assets/index.js \
|
||||
assets/vendor.js \
|
||||
assets/materialdesignicons-webfont.svg \
|
||||
assets/materialdesignicons-webfont.ttf \
|
||||
assets/materialdesignicons-webfont.woff2 \
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -17,7 +17,6 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>OwnTone</title>
|
||||
<script type="module" crossorigin src="/assets/index.js"></script>
|
||||
<link rel="modulepreload" href="/assets/vendor.js">
|
||||
<link rel="stylesheet" href="/assets/index.css">
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user