From 12fa6f67007b1520e516fe7f27a04a69406e3aa2 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 14 Jan 2021 06:31:49 +0100 Subject: [PATCH] Font Awesome (Shim) replaced with minified file (#232) --- core/resources.js | 2 +- modules/internal/targets.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/resources.js b/core/resources.js index 8592acab..6c2e31cf 100644 --- a/core/resources.js +++ b/core/resources.js @@ -401,7 +401,7 @@ var resources = { 'type': 'text/css' }, 'fontawesome5CSSv4shims': { - 'path': 'resources/fontawesome/{version}/css/v4-shims.css', + 'path': 'resources/fontawesome/{version}/css/v4-shims.min.css', 'type': 'text/css' }, 'fontawesome5JS': { diff --git a/modules/internal/targets.js b/modules/internal/targets.js index a447ff27..557ca93c 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -509,7 +509,7 @@ const ListOfFiles = { 'cookieconsent.min.jsm': 'Cookie Consent (JS)', 'markdown-it.min.jsm': 'markdown-it', 'vue-i18n.min.jsm': 'Vue.js (i18n)', - 'v4-shims.css': 'Font Awesome (Shim)', + 'v4-shims.min.css': 'Font Awesome (Shim)', 'instantsearch.production.min.jsm': 'InstantSearch.js', 'redux.min.jsm': 'Redux', 'react-side-effect.min.jsm': 'react-side-effect',