Skip to content

Commit

Permalink
TO-DROP: do not minify the Javascript, for debugging in Developer Tools
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Oct 20, 2024
1 parent 9ef2c95 commit a5dc1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
<script src="{{ relURL "js/modernizr.js" }}"></script>
<script src="{{ relURL "js/modernize.js" }}"></script>
{{ if eq (.Scratch.Get "section") "search" }}<script src="{{ relURL "pagefind/pagefind-ui.js" }}"></script>{{ 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" . }}
<script src="{{ $js.RelPermalink }}"></script>

0 comments on commit a5dc1e9

Please sign in to comment.