From 3dcb907216a4213b974692108a200c125e526f6c Mon Sep 17 00:00:00 2001 From: Jesper Noordsij Date: Wed, 5 Jul 2023 12:46:20 +0200 Subject: [PATCH] Switch from using .zip to .tar.gz for basset archives --- resources/views/common_scripts.blade.php | 4 ++-- resources/views/common_styles.blade.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/common_scripts.blade.php b/resources/views/common_scripts.blade.php index 3d77643..d8d866c 100644 --- a/resources/views/common_scripts.blade.php +++ b/resources/views/common_scripts.blade.php @@ -4,12 +4,12 @@ @endif {{-- jQuery UI and Smoothness theme --}} - @bassetArchive('https://github.com/jquery/jquery-ui/archive/refs/tags/1.13.2.zip', 'jquery-ui-1.13.2') + @bassetArchive('https://github.com/jquery/jquery-ui/archive/refs/tags/1.13.2.tar.gz', 'jquery-ui-1.13.2') @basset('jquery-ui-1.13.2/jquery-ui-1.13.2/dist/themes/smoothness/jquery-ui.min.css') @basset('jquery-ui-1.13.2/jquery-ui-1.13.2/dist/jquery-ui.min.js') {{-- elFinder JS (REQUIRED) --}} - @bassetArchive('https://github.com/Studio-42/elFinder/archive/refs/tags/2.1.61.zip', 'elfinder-2.1.61') + @bassetArchive('https://github.com/Studio-42/elFinder/archive/refs/tags/2.1.61.tar.gz', 'elfinder-2.1.61') @basset('elfinder-2.1.61/elFinder-2.1.61/js/elfinder.min.js') {{-- elFinder translation (OPTIONAL) --}} diff --git a/resources/views/common_styles.blade.php b/resources/views/common_styles.blade.php index da93098..120b553 100644 --- a/resources/views/common_styles.blade.php +++ b/resources/views/common_styles.blade.php @@ -2,7 +2,7 @@ Codestin Search App {{-- elFinder CSS (REQUIRED) --}} - @bassetArchive('https://github.com/Studio-42/elFinder/archive/refs/tags/2.1.61.zip', 'elfinder-2.1.61') + @bassetArchive('https://github.com/Studio-42/elFinder/archive/refs/tags/2.1.61.tar.gz', 'elfinder-2.1.61') @basset('elfinder-2.1.61/elFinder-2.1.61/css/elfinder.min.css') {{-- elFinder Backpack Theme --}}