From f5133e34906d23890437866d23fbd4eb95820b42 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 1 May 2021 06:34:06 +0200 Subject: [PATCH] Mapping: bootstrap -> cdn.bootcss.com --- core/mappings.js | 2 ++ pages/updates/updates.html | 1 + 2 files changed, 3 insertions(+) diff --git a/core/mappings.js b/core/mappings.js index a0aca709..b8b03782 100644 --- a/core/mappings.js +++ b/core/mappings.js @@ -838,6 +838,8 @@ mappings.cdn = { 'prototype/{version}/prototype.': resources.prototypeJS, 'scriptaculous/{version}/scriptaculous.': resources.scriptaculous, 'swfobject/{version}/swfobject.': resources.swfobject, + 'twitter-bootstrap/{version}/js/bootstrap.': resources.bootstrapJS, + 'twitter-bootstrap/{version}/css/bootstrap.': resources.bootstrapCSS, 'underscore.js/{version}/underscore.': resources.underscore, 'underscore.js/{version}/underscore-min.': resources.underscore, 'webfont/{version}/webfont.': resources.webfontloader, diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 7389480a..faaa7ddf 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -34,6 +34,7 @@
  • Added: Datepicker (ngx-bootstrap) v6.2.0 (#430)
  • Added: embedly player v0.1.0 (#431)
  • Mapping: bluebird -> cdn.jsdelivr.net
  • +
  • Mapping: bootstrap -> cdn.bootcss.com