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)