forked from Git/hugo-story
1
0
Fork 0

Delete 'exampleSite/layouts/partials/scripts.html'

This commit is contained in:
Olivier 2023-07-02 00:06:54 +02:00
parent 89afaf2a13
commit 6a9400fb79
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
{{ $jQuery := resources.Get "js/jquery.min.js" }}
{{ $scrollex := resources.Get "js/jquery.scrollex.min.js" }}
{{ $scrolly := resources.Get "js/jquery.scrolly.min.js" }}
{{ $browser := resources.Get "js/browser.min.js" }}
{{ $breakpoints := resources.Get "js/breakpoints.min.js" }}
{{ $util := resources.Get "js/util.js" }}
{{ $main := resources.Get "js/main.js" }}
{{ $demo := resources.Get "js/demo.js" }}
{{ $js := slice $jQuery $scrollex $scrolly $browser $breakpoints $util $main $demo | resources.Concat "js/bundle.js" | minify }}
<!-- Scripts -->
<script src='{{ $js.RelPermalink }}'></script>