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

Added Materialize (JS&CSS) v100.2 and v1.0.0 (#47)

This commit is contained in:
nobody
2020-07-02 18:09:12 +02:00
parent 954ed100a2
commit eb1a34dce7
8 changed files with 95 additions and 0 deletions

View File

@ -432,6 +432,10 @@ helpers.setLastVersion = function (type, version) {
return '1.14.0';
} else if (type.includes('/mdbootstrap/4.')) {
return '4.18.0';
} else if (type.includes('/materialize/1.')) {
return '1.0.0';
} else if (type.includes('/materialize/0.')) {
return '0.100.2';
} else if (type.includes('/modernizr/2.')) {
return '2.8.3';
} else if (type.includes('/moment.js/2.')) {
@ -532,6 +536,8 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'materialize.min.jsm': 'Materialize (JS)',
'materialize.min.css': 'Materialize (CSS)',
'slick.min.jsm': 'slick (JS)',
'slick.min.css': 'slick (CSS)',
'google-material-design-icons.css': 'Google Material Icons',