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

Foundation Icon Fonts v3.0.0 (#685)

This commit is contained in:
nobody
2021-09-19 09:16:02 +02:00
parent d91f60dc36
commit 05e5043e75
7 changed files with 13 additions and 0 deletions

View File

@@ -305,6 +305,8 @@ targets.setLastVersion = function (type, version) {
return '4.7.0';
} else if (type.startsWith('/font-awesome/5.')) {
return '5.15.4';
} else if (type.startsWith('/foundicons/3.')) {
return '3.0.0';
} else if (type.startsWith('/gsap/1.')) {
return '1.20.5';
} else if (type.startsWith('/gsap/2.')) {
@@ -686,6 +688,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'foundation-icons.min.css': 'Foundation Icon Fonts',
'jquery.timeago.min.jsm': 'jquery-timeago',
'jquery.fittext.min.jsm': 'FitText.js',
'aos.css': 'aos (CSS)',