Skip to content

Commit e0c17c7

Browse files
committedOct 20, 2024·
TO-DROP: do not minify the Javascript, for debugging in Developer Tools
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 0fd3b92 commit e0c17c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎layouts/partials/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
<script src="{{ relURL "js/modernizr.js" }}"></script>
1919
<script src="{{ relURL "js/modernize.js" }}"></script>
2020
{{ if eq (.Scratch.Get "section") "search" }}<script src="{{ relURL "pagefind/pagefind-ui.js" }}"></script>{{ end }}
21-
{{ $js := resources.Get "js/application.js" | resources.ExecuteAsTemplate "js/application.js" . | resources.Minify }}
21+
{{ $js := resources.Get "js/application.js" | resources.ExecuteAsTemplate "js/application.js" . }}
2222
<script src="{{ $js.RelPermalink }}"></script>

0 commit comments

Comments
 (0)