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

Added: blazy v1.8.2 (#211)

This commit is contained in:
nobody
2020-12-24 10:27:05 +01:00
parent 886d832a7c
commit 146ffab113
5 changed files with 16 additions and 0 deletions

View File

@@ -125,6 +125,8 @@ targets.setLastVersion = function (type, version) {
return '1.4.0';
} else if (type.startsWith('/baguettebox.js/1.')) {
return '1.11.1';
} else if (type.startsWith('/blazy/1.')) {
return '1.8.2';
} else if (type.startsWith('/bootbox.js/4.')) {
return '4.4.0';
} else if (type.startsWith('/bootbox.js/5.')) {
@@ -464,6 +466,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'blazy.min.jsm': 'blazy',
'materialdesignicons.min.css': 'MaterialDesign',
'dexie.min.jsm': 'dexie',
'p5.min.jsm': 'p5.js',