1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Added: bxslider v4.2.15 (#446)

This commit is contained in:
nobody
2021-05-06 06:39:17 +02:00
parent 3b603f7480
commit 0c35a7ec35
6 changed files with 24 additions and 0 deletions

View File

@@ -212,6 +212,8 @@ targets.setLastVersion = function (type, version) {
return '2.11.0';
} else if (type.startsWith('/bulma/0.')) {
return '0.9.2';
} else if (type.startsWith('/bxslider/4.')) {
return '4.2.15';
} else if (type.startsWith('/Chart.js/2.')) {
return '2.9.4';
} else if (type.startsWith('/Chart.js/3.')) {
@@ -602,6 +604,8 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'jquery.bxslider.min.jsm': 'bxslider (JS)',
'jquery.bxslider.min.css': 'bxslider (CSS)',
'easy-button.min.jsm': 'Leaflet.EasyButton',
'leaflet.featuregroup.subgroup.jsm': 'Leaflet.FeatureGroup.SubGroup',
'leaflet.markercluster.jsm': 'leaflet.markercluster',