From 199f2ce8a9ec80a3451db4576903b4850ee75435 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 27 Sep 2024 20:59:14 +0200 Subject: [PATCH] TO-DROP: do not minify the Javascript, for debugging in Developer Tools Signed-off-by: Johannes Schindelin --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e7166af029..87cd3f4151 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -18,5 +18,5 @@ {{ if eq (.Scratch.Get "section") "search" }}{{ end }} -{{ $js := resources.Get "js/application.js" | resources.ExecuteAsTemplate "js/application.js" . | resources.Minify }} +{{ $js := resources.Get "js/application.js" | resources.ExecuteAsTemplate "js/application.js" . }}