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 // BootstrapCDN
'stackpath.bootstrapcdn.com': { 'stackpath.bootstrapcdn.com': {
'/': { '/bootstrap/': {
'bootstrap.js/{version}/bootstrap.min.': resources.bootstrapJS, '{version}/js/bootstrap.min.': resources.bootstrapJS,
'bootstrap.css/{version}/bootstrap.min.': resources.bootstrapCSS '{version}/css/bootstrap.min.': resources.bootstrapCSS
} }
} }
}; };