1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Mapping: FontAwesome (Font only) -> netdna.bootstrapcdn.com (#555)

This commit is contained in:
nobody
2021-07-05 18:58:49 +02:00
parent b39e37dae8
commit 47bec6236d
2 changed files with 3 additions and 1 deletions

View File

@@ -964,7 +964,8 @@ mappings.cdn = {
'{version}/css/bootstrap.min.': resources.bootstrapCSS
},
'/font-awesome/': {
'{version}/css/font-awesome.': resources.fontawesome
'{version}/css/font-awesome.': resources.fontawesome,
'{version}/fonts/': resources.fontawesomeFontsOnly
},
'/twitter-bootstrap/': {
'{version}/css/bootstrap.': resources.bootstrapCSS,