Update jQuery from 3.3.1 to 3.5.1 (#243)

This commit is contained in:
Tom Willemsen 2020-08-29 18:56:34 +01:00 committed by GitHub
parent c9e378f2f8
commit 17161f55a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 6 additions and 8185 deletions

File diff suppressed because one or more lines are too long

1
assets/vendor/jquery/jquery-3.5.1.min.js generated vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
{"Target":"css/main.css","MediaType":"text/css","Data":{}}

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
{"Target":"css/main.min.daa833377fb1636f8cbfa65c601050bb5475623deb7aa6e6fdde94a064a6185d.css","MediaType":"text/css","Data":{"Integrity":"sha256-2qgzN3+xY2+Mv6ZcYBBQu1R1Yj3reqbm/d6UoGSmGF0="}}
{"Target":"css/main.min.6c92ad80e1fccb6be0da2d2683e5cf279c68ceb267874b7fc79a6e487c1f0469.css","MediaType":"text/css","Data":{"Integrity":"sha256-bJKtgOH8y2vg2i0mg+XPJ5xozrJnh0t/x5puSHwfBGk="}}

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
{"Target":"css/main.min.f91a9b569d2964898b50e2f66e41e1da8ca0794cfd6910f7d62ea94dbee45533.css","MediaType":"text/css","Data":{"Integrity":"sha256-+RqbVp0pZImLUOL2bkHh2oygeUz9aRD31i6pTb7kVTM="}}

View file

@ -1,4 +1,4 @@
{{ $jQuery := resources.Get "vendor/jquery/jquery-3.3.1.min.js" }}
{{ $jQuery := resources.Get "vendor/jquery/jquery-3.5.1.min.js" }}
{{ $index := resources.Get "js/index.js" | minify }}
{{ $scripts := slice $jQuery $index | resources.Concat "js/bundle.js" | fingerprint }}
<script src="{{ $scripts.Permalink }}" integrity="{{ $scripts.Data.Integrity }}"></script>