Skip to content

Commit

Permalink
fix: disable minimifcation to workaround js issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod committed Apr 8, 2022
1 parent d3cd1b5 commit 13f7fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
{{ $jsPRI := resources.Get "js/prism.js" }}
{{ $jsSIT := resources.Get "js/site.js" }}
{{ $jsCUS := resources.Get "js/custom.js" }}
{{ $jsBundle := slice $jsJQU $jsBOO $jsCOU $jsNOF $jsSWI $jsAOS $jsCOM $jsSTR $jsTYP $jsPRI $jsSIT $jsCUS | resources.Concat "js/bundle.js" | resources.Minify | fingerprint }}
{{ $jsBundle := slice $jsJQU $jsBOO $jsCOU $jsNOF $jsSWI $jsAOS $jsCOM $jsSTR $jsTYP $jsPRI $jsSIT $jsCUS | resources.Concat "js/bundle.js" | fingerprint }}
<script src="{{ $jsBundle.Permalink }}" integrity="{{ $jsBundle.Data.Integrity }}" crossorigin="anonymous"></script>

0 comments on commit 13f7fd1

Please sign in to comment.