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

Added: fastclick v1.0.6 (#501)

This commit is contained in:
nobody
2021-06-08 08:00:23 +02:00
parent ec15b463c3
commit e04838d9cf
6 changed files with 11 additions and 0 deletions

View File

@@ -260,6 +260,8 @@ targets.setLastVersion = function (type, version) {
return '0.4.0';
} else if (type.startsWith('/ext-core/3.')) {
return '3.1.0';
} else if (type.startsWith('/fastclick/1.')) {
return '1.0.6';
} else if (type.startsWith('/findify')) {
if (helpers.compareVersion('6.9.15', version)) return '6.9.15'; // <= 6.9.15
else if (helpers.compareVersion('6.17.0', version)) return '6.17.0'; // > 6.9.15 to <= 6.17.0
@@ -621,6 +623,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'fastclick.min.jsm': 'FastClick',
'bodymovin.min.jsm': 'bodymovin/lottie',
'jquery.bxslider.min.jsm': 'bxslider (JS)',
'jquery.bxslider.min.css': 'bxslider (CSS)',