From 05eb20a82e4895670c3d4dc42ef2c2d6de1cf09b Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 10 Oct 2020 10:57:32 +0200 Subject: [PATCH] Added: Font Awesome in cdn.jsdelivr.net (#130) --- core/mappings.js | 1 + pages/updates/updates.html | 1 + 2 files changed, 2 insertions(+) diff --git a/core/mappings.js b/core/mappings.js index 0ba43e3e..a99da8b9 100644 --- a/core/mappings.js +++ b/core/mappings.js @@ -395,6 +395,7 @@ var mappings = { '@findify/bundle@{version}/dist/vendors~initializer.js': resources.findifyBundle, '@findify/bundle@{version}/dist/vendors~sentry.js': resources.findifyBundle, 'flv.js/dist/flv.min.js': resources.flvJS, + 'font-awesome@{version}/css/font-awesome.': resources.fontawesome, 'hls.js/dist/hls.min.js': resources.hlsJS, 'history@{version}/umd/history.min.js': resources.history, 'hls.js@latest': resources.hlsJS, diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 250cc4f7..8a24d32e 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -29,6 +29,7 @@
  • Fixed: Typo in Chart.js (#127)
  • Added: clipboard.js in cdn.jsdelivr.net (#128)
  • Improved: Handling of single version number (#129)
  • +
  • Added: Font Awesome in cdn.jsdelivr.net (#130)