diff --git a/core/mappings.js b/core/mappings.js index 7836b21c..8f800464 100644 --- a/core/mappings.js +++ b/core/mappings.js @@ -352,6 +352,7 @@ mappings.cdn = { 'twitter-bootstrap/{version}-alpha.3/js/bootstrap.min.js': resources.bootstrapJS, 'twitter-bootstrap/{version}-alpha.3/css/bootstrap.min.css': resources.bootstrapCSS, 'twitter-bootstrap/{version}/css/bootstrap': resources.bootstrapCSS, + 'twitter-bootstrap/{version}/js/bootstrap.': resources.bootstrapJS, 'twitter-bootstrap/{version}/bootstrap.min.js': resources.bootstrapJS, 'twitter-bootstrap/{version}/bootstrap.js': resources.bootstrapJS, 'twitter-bootstrap/{version}/bootstrap.min.css': resources.bootstrapCSS, diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 9a151591..7144a61d 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -31,6 +31,7 @@
  • Added: AnchorJS by cdn.jsdelivr.net
  • Added: plyr SVG (#165)
  • Added CDN: cdn.plyr.io (#165)
  • +
  • Fixed: Twitter Bootstrap (#166)