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

Improved: Font Awesome (Fonts only) (#170)

This commit is contained in:
nobody
2020-11-10 16:42:28 +01:00
parent c47b926d30
commit 7edb451d17
6 changed files with 9 additions and 11 deletions

View File

@@ -165,14 +165,6 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) {
'path': 'resources/google-charts/loader.jsm',
'bundle': ''
};
} else if (Regex.FONT_AWESOME_ONLY_FONTS.test(channelPath)) {
lastVersion = targets.setLastVersion('/fontawesome/4.');
return {
'source': channelHost,
'versionDelivered': lastVersion,
'path': 'resources/fontawesome/' + lastVersion + '/fonts/' + helpers.extractFilenameFromPath(channelPath),
'bundle': 'Font Awesome (Fonts)'
};
} else {
return false;
}