internal/static: Bundle resources automatically

This commit is contained in:
Tom Wiesing 2022-10-06 16:38:17 +02:00
parent 9ada07ce70
commit 464b1bf5dd
No known key found for this signature in database
27 changed files with 1503 additions and 28 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<link rel="stylesheet" href="/static/control/dis.css">
<link rel="stylesheet" href="/static/control/autolink.css">
<link rel="stylesheet" href="/static/control/control.css">
<link rel="stylesheet" href="/static/autolink/autolink.css">
<title>Distillery Status Page</title>
<h1 id="top">Distillery Status Page</h1>
@ -77,4 +77,5 @@
Generated at <code>{{ .Time }}</code>
</footer>
<script src="/static/control/autolink.js"></script>
<script src="/static/autolink/autolink.js"></script>
<script src="/static/control/control.js"></script>

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<link rel="stylesheet" href="/static/control/dis.css">
<link rel="stylesheet" href="/static/control/autolink.css">
<link rel="stylesheet" href="/static/control/control.css">
<link rel="stylesheet" href="/static/autolink/autolink.css">
<title>Distillery Status Page - {{ .Info.Slug }}</title>
<h1 id="top">Distillery Status Page - {{ .Info.Slug }}</h1>
@ -70,5 +70,5 @@
Generated at <code>{{ .Time }}</code>
</footer>
<script src="/static/control/autolink.js"></script>
<script src="/static/control/instance.js"></script>
<script src="/static/autolink/autolink.js"></script>
<script src="/static/control/control.js"></script>