Skip to content

Commit

Permalink
Merge pull request #31 from jnoordsij/switch-zip-to-targz
Browse files Browse the repository at this point in the history
Switch from using .zip to .tar.gz for basset archives
  • Loading branch information
tabacitu authored Jul 7, 2023
2 parents 49904ff + 3dcb907 commit 8208408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/views/common_scripts.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) --}}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/common_styles.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<title>File Manager</title>

{{-- 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 --}}
Expand Down

0 comments on commit 8208408

Please sign in to comment.