From 5a747f4abdee60780627652739c303387acfc3c1 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 23 Jun 2022 07:03:36 +0200 Subject: [PATCH] Mapping: bootstrap -> cdnjs.cloudflare.com (#615) --- core/mappings.js | 6 ++++++ pages/updates/updates.html | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/core/mappings.js b/core/mappings.js index 1aa88508..f0fc265d 100644 --- a/core/mappings.js +++ b/core/mappings.js @@ -252,6 +252,12 @@ mappings.cdn = { 'bootstrap-vue/{version}/bootstrap-vue.min.css': resources.bootstrapVueCSS, 'bootstrap-vue/{version}/bootstrap-vue.css': resources.bootstrapVueCSS, 'bootstrap-3-typeahead/{version}/bootstrap3-typeahead.': resources.bootstrap3Typeahead, + 'bootstrap/{version}/css/bootstrap': resources.bootstrapCSS, + 'bootstrap/{version}/js/bootstrap.': resources.bootstrapJS, + 'bootstrap/{version}/bootstrap.min.js': resources.bootstrapJS, + 'bootstrap/{version}/bootstrap.js': resources.bootstrapJS, + 'bootstrap/{version}/bootstrap.min.css': resources.bootstrapCSS, + 'bootstrap/{version}/bootstrap.css': resources.bootstrapCSS, 'bowser/{version}/': resources.bowserJS, 'bulma/{version}/css/bulma.': resources.bulma, 'bxslider/{version}/jquery.bxslider.min.js': resources.bxsliderJS, diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 80667dd1..3730c26c 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -49,6 +49,10 @@
  • libphonenumber-js v1.10.6 -> v1.10.7 (#1027)
  • vue-i18n v8.27.1 -> v8.27.2 (#1028)
  • +

    Mapping

    +