Updated mapping for stackpath.bootstrapcdn.com

This commit is contained in:
nobody 2020-02-27 14:43:39 +01:00
parent e90fb625b6
commit 16a6f0bf61
No known key found for this signature in database
GPG Key ID: AB5145CF05BFE119
1 changed files with 3 additions and 3 deletions

View File

@ -292,9 +292,9 @@ var mappings = {
},
// BootstrapCDN
'stackpath.bootstrapcdn.com': {
'/': {
'bootstrap.js/{version}/bootstrap.min.': resources.bootstrapJS,
'bootstrap.css/{version}/bootstrap.min.': resources.bootstrapCSS
'/bootstrap/': {
'{version}/js/bootstrap.min.': resources.bootstrapJS,
'{version}/css/bootstrap.min.': resources.bootstrapCSS
}
}
};