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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user