1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-01-07 07:41:21 +01:00

rename pure-min.css to pure.min.css (#1629)

This commit is contained in:
nobody 2024-06-08 08:32:52 +02:00
parent 074d333764
commit fa54b84ee6
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
3 changed files with 4 additions and 0 deletions

View File

@ -745,6 +745,10 @@ function create_url() {
url="$CLOUDFLARE/$folder/$version/redux.legacy-esm.min.js"
elif [ "$folder" = "supabase-js" ]; then
url="$UNPKG/@supabase/supabase-js@$version/dist/umd/supabase.js"
elif [ "$folder" = "pure" ] && \
[ "$jfile" = "pure.min.css" ] && \
( [ "$version" = "0.6.2" ] || [ "$version" = "1.0.1" ] ); then
url="$CLOUDFLARE/$folder/$version/pure-min.css"
# --------------------------------------------------------------------------
else
if [ "$subfile" = "$jfile" ]; then