diff --git a/core/mappings.js b/core/mappings.js index 55238f7c..f1f79dc0 100644 --- a/core/mappings.js +++ b/core/mappings.js @@ -482,6 +482,10 @@ mappings.cdn = { 'swfobject/{version}/swfobject.': resources.swfobject, 'Swiper/{version}/css/swiper.': resources.swiperCSS, 'Swiper/{version}/js/swiper.': resources.swiperJS, + 'Swiper/{version}/swiper-bundle.min.js': resources.swiperJS, + 'Swiper/{version}/swiper-bundle.js': resources.swiperJS, + 'Swiper/{version}/swiper-bundle.min.css': resources.swiperCSS, + 'Swiper/{version}/swiper-bundle.css': resources.swiperCSS, 'tether/{version}/js/tether.': resources.tetherJS, 'tinymce/{version}/': resources.tinymce, 'tooltipster/{version}/js/jquery.tooltipster.': resources.jQueryTooltipster, diff --git a/pages/updates/updates.html b/pages/updates/updates.html index c11607ca..641d684b 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -32,6 +32,10 @@
Mapping
+