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)