1
0
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:
nobody
2020-11-20 08:57:44 +01:00
parent f6efcc0ff8
commit 495efcb23f
6 changed files with 15 additions and 1 deletions

View File

@@ -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 '';
}