Improved: Font Awesome v5 (#162)

This commit is contained in:
nobody 2020-11-03 20:47:13 +01:00
parent e9dd0799a0
commit a3cdc3c347
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
1 changed files with 7 additions and 0 deletions

View File

@ -137,6 +137,13 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) {
'path': 'resources/select2/4.0.13/' + helpers.extractFilenameFromPath(channelPath),
'bundle': 'Select2'
};
} else if ((channelHost + channelPath).startsWith('use.fontawesome.com/releases/v5.')) {
return {
'source': channelHost,
'versionDelivered': '5.15.1',
'path': 'resources/fontawesome/5.15.1/css/all.min.css',
'bundle': ''
};
} else {
return false;
}