From eee60795bd5540f78e7f7b49e70ba263acae1021 Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 9 Nov 2020 18:20:39 +0100 Subject: [PATCH] Added: Bootstrap Bundle JS to maxcdn.bootstrapcdn.com (#157) --- core/mappings.js | 1 + pages/updates/updates.html | 1 + 2 files changed, 2 insertions(+) diff --git a/core/mappings.js b/core/mappings.js index 6c68158f..8844f756 100644 --- a/core/mappings.js +++ b/core/mappings.js @@ -807,6 +807,7 @@ mappings.cdn = { // MaxCDN Bootstrap 'maxcdn.bootstrapcdn.com': { '/': { + 'bootstrap/{version}/js/bootstrap.bundle.min.': resources.bootstrapJS, 'bootstrap/{version}/js/bootstrap.min.': resources.bootstrapJS, 'bootstrap/{version}/css/bootstrap.min.': resources.bootstrapCSS, 'twitter-bootstrap/{version}/css/bootstrap': resources.bootstrapCSS, diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 8c6879c6..00e50d93 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -36,6 +36,7 @@
  • Added CDN: www.gstatic.com (#167)
  • Added: Google Charts (#167)
  • Fixed: slick v1.9.0 -> v1.8.1 (#168)
  • +
  • Added: Bootstrap Bundle JS to maxcdn.bootstrapcdn.com (#157)