mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
granim v2.0.0 (#911)
This commit is contained in:
@@ -205,6 +205,7 @@ targets.setLastVersion = function (type, version) {
|
||||
if (type.startsWith('/foundation/5.')) return '5.5.3';
|
||||
if (type.startsWith('/foundation/6.')) return '6.7.4';
|
||||
if (type.startsWith('/foundicons/3.')) return '3.0.0';
|
||||
if (type.startsWith('/granim/2.')) return '2.0.0';
|
||||
if (type.startsWith('/gsap/1.')) return '1.20.5';
|
||||
if (type.startsWith('/gsap/2.')) return '2.1.3';
|
||||
if (type.startsWith('/gsap/3.')) return '3.9.1';
|
||||
@@ -432,6 +433,7 @@ targets.determineResourceName = function (filename) {
|
||||
};
|
||||
|
||||
const ListOfFiles = {
|
||||
'granim.min.jsm': 'Granim.js',
|
||||
'validator.min.jsm': 'Bootstrap Validator',
|
||||
'flickity.pkgd.min.jsm': 'Flickity',
|
||||
'theme-defaults.css': 'docsify theme',
|
||||
|
Reference in New Issue
Block a user