Skip to content

Commit 1a5bb18

Browse files
committed
TO-DROP: do not minify the Javascript, for debugging in Developer Tools
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent d3c283d commit 1a5bb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
<script src="{{ relURL "js/jquery.defaultvalue.js" }}"></script>
1717
<script src="{{ relURL "js/session.min.js" }}"></script>
1818
{{ if eq (.Scratch.Get "section") "search" }}<script src="{{ relURL "pagefind/pagefind-ui.js" }}"></script>{{ end }}
19-
{{ $js := resources.Get "js/application.js" | resources.ExecuteAsTemplate "js/application.js" . | resources.Minify }}
19+
{{ $js := resources.Get "js/application.js" | resources.ExecuteAsTemplate "js/application.js" . }}
2020
<script src="{{ $js.RelPermalink }}"></script>

0 commit comments

Comments
 (0)