mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Font Awesome (Shim) replaced with minified file (#232)
This commit is contained in:
@@ -401,7 +401,7 @@ var resources = {
|
|||||||
'type': 'text/css'
|
'type': 'text/css'
|
||||||
},
|
},
|
||||||
'fontawesome5CSSv4shims': {
|
'fontawesome5CSSv4shims': {
|
||||||
'path': 'resources/fontawesome/{version}/css/v4-shims.css',
|
'path': 'resources/fontawesome/{version}/css/v4-shims.min.css',
|
||||||
'type': 'text/css'
|
'type': 'text/css'
|
||||||
},
|
},
|
||||||
'fontawesome5JS': {
|
'fontawesome5JS': {
|
||||||
|
@@ -509,7 +509,7 @@ const ListOfFiles = {
|
|||||||
'cookieconsent.min.jsm': 'Cookie Consent (JS)',
|
'cookieconsent.min.jsm': 'Cookie Consent (JS)',
|
||||||
'markdown-it.min.jsm': 'markdown-it',
|
'markdown-it.min.jsm': 'markdown-it',
|
||||||
'vue-i18n.min.jsm': 'Vue.js (i18n)',
|
'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',
|
'instantsearch.production.min.jsm': 'InstantSearch.js',
|
||||||
'redux.min.jsm': 'Redux',
|
'redux.min.jsm': 'Redux',
|
||||||
'react-side-effect.min.jsm': 'react-side-effect',
|
'react-side-effect.min.jsm': 'react-side-effect',
|
||||||
|
Reference in New Issue
Block a user