1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

Closes #3321 - FontAwesome5 CDN now functioning correctly and updated to v5.8.1 .

This commit is contained in:
Cameron
2019-04-30 15:25:27 -07:00
parent 7dea524e8a
commit 011964af65
20 changed files with 7403 additions and 723 deletions

View File

@@ -723,22 +723,21 @@ class core_library
'name' => 'Font-Awesome 5 (CDN)',
'vendor_url' => 'https://fontawesome.com/',
'version_arguments' => array(
'file' => 'css/all.min.css',
'file' => 'css/all.css',
'pattern' => '/(\d\.\d\.\d+)/',
'lines' => 10,
),
'files' => array(
'css' => array(
'css/all.min.css' => array(
'css/all.css' => array(
'zone' => 2,
),
'css/v4-shims.min.css' => array(
'css/v4-shims.css' => array(
'zone' => 2,
),
),
),
'variants' => array(
/* 'variants' => array(
// 'unminified' version for debugging.
'dev' => array(
'files' => array(
@@ -749,10 +748,10 @@ class core_library
),
),
),
),
),*/
// Override library path to CDN.
'library_path' => 'https://use.fontawesome.com/releases',
'path' => 'v5.7.2',
'path' => 'v5.8.1',
);
// Font-Awesome (local).
@@ -760,9 +759,9 @@ class core_library
'name' => 'Font-Awesome 5 (local)',
'vendor_url' => 'https://fontawesome.com/',
'version_arguments' => array(
'file' => 'VERSION.txt',
'file' => 'css/all.css',
'pattern' => '/(\d\.\d\.\d+)/',
'lines' => 1,
'lines' => 3,
),
'files' => array(
'css' => array(