mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-02 12:27:27 +01:00
Font Awesome (Shim) replaced with minified file (#232)
This commit is contained in:
parent
169386be91
commit
12fa6f6700
@ -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': {
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user