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