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

@@ -42,6 +42,8 @@ targets.determineBundle = function (path) {
return 'Select2';
} else if (path.startsWith('/gsap/')) {
return 'GSAP';
} else if (Regex.FONT_AWESOME_FONTS_ONLY.test(path)) {
return 'Font Awesome (Fonts)';
} else {
return '';
}