From 44c27483b45a0307bfc8ba6b12df363b3e246e52 Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 23 Apr 2021 06:55:52 +0200 Subject: [PATCH] Added: video.js to vjs.zencdn.net (#391) --- core/mappings.js | 3 ++- pages/updates/updates.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/mappings.js b/core/mappings.js index eec752c3..e98d87df 100644 --- a/core/mappings.js +++ b/core/mappings.js @@ -963,7 +963,8 @@ mappings.cdn = { 'vjs.zencdn.net': { '/': { '{version}/video-js.min.css': resources.videoJScss, - '{version}/video.min.js': resources.videoJS + '{version}/video.min.js': resources.videoJS, + '{version}/video.js': resources.videoJS } }, // Plyr CDN diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 45dee294..05ddefa2 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -40,6 +40,7 @@
  • Update: mdb-ui-kit v3.4.0 -> v3.5.0 (#386)
  • Added i18n: Ukrainian
  • Update: underscore.js v1.12.0 -> v1.13.1 (#387)
  • +
  • Added: video.js to vjs.zencdn.net (#391)