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

Fork Awesome v1.2.0 (#760)

This commit is contained in:
nobody
2021-11-08 06:11:38 +01:00
parent 94893332c7
commit 42e2800ef6
7 changed files with 25 additions and 2 deletions

View File

@@ -289,6 +289,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('/fork-awesome/1.')) {
return '1.2.0';
} else if (type.startsWith('/foundicons/3.')) {
return '3.0.0';
} else if (type.startsWith('/gsap/1.')) {
@@ -674,6 +676,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'fork-awesome.min.css': 'Fork Awesome',
'foundation-icons.min.css': 'Foundation Icon Fonts',
'jquery.timeago.min.jsm': 'jquery-timeago',
'jquery.fittext.min.jsm': 'FitText.js',