mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Added: Bootstrap (fonts only)
This commit is contained in:
@@ -44,6 +44,8 @@ targets.determineBundle = function (path) {
|
||||
return 'GSAP';
|
||||
} else if (Regex.FONT_AWESOME_FONTS_ONLY.test(path)) {
|
||||
return 'Font Awesome (Fonts)';
|
||||
} else if (Regex.BOOTSTRAP_FONTS_ONLY.test(path)) {
|
||||
return 'Bootstrap (Fonts)';
|
||||
} else {
|
||||
return '';
|
||||
}
|
||||
|
Reference in New Issue
Block a user