mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-30 01:25:30 +00:00
BUGFIX: prevent reloading loop with unwatching css, js files
This commit is contained in:
@@ -23,7 +23,7 @@ exclude_regex = ["_test.go"]
|
|||||||
exclude_unchanged = false
|
exclude_unchanged = false
|
||||||
follow_symlink = false
|
follow_symlink = false
|
||||||
include_dir = []
|
include_dir = []
|
||||||
include_ext = ["go", "tpl", "tmpl", "html", "gohtml", "css", "js"]
|
include_ext = ["go", "tpl", "tmpl", "html", "gohtml"]
|
||||||
include_file = []
|
include_file = []
|
||||||
kill_delay = "0s"
|
kill_delay = "0s"
|
||||||
log = "build-errors.log"
|
log = "build-errors.log"
|
||||||
|
|||||||
@@ -624,7 +624,3 @@ a[aria-current="page"] {
|
|||||||
padding-top: 0.75rem;
|
padding-top: 0.75rem;
|
||||||
padding-bottom: 0.75rem;
|
padding-bottom: 0.75rem;
|
||||||
}
|
}
|
||||||
.text-xl {
|
|
||||||
font-size: 1.25rem;
|
|
||||||
line-height: 1.75rem;
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -31,9 +31,11 @@
|
|||||||
<!-- Default app menu... -->
|
<!-- Default app menu... -->
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ block "body" . }}
|
|
||||||
<!-- Default app body... -->
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
|
<main>
|
||||||
|
{{ block "body" . }}
|
||||||
|
<!-- Default app body... -->
|
||||||
|
{{ end }}
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user