diff --git a/core/mappings.js b/core/mappings.js index a99da8b9..5f02ead5 100644 --- a/core/mappings.js +++ b/core/mappings.js @@ -789,7 +789,7 @@ var mappings = { '{version}/css/bootstrap.min.': resources.bootstrapCSS }, '/font-awesome/': { - '{version}/css/font-awesome.css': resources.fontawesome + '{version}/css/font-awesome.': resources.fontawesome } }, // Font Awesome CDN diff --git a/core/shorthands.js b/core/shorthands.js index b8d6d4bd..969303de 100644 --- a/core/shorthands.js +++ b/core/shorthands.js @@ -108,6 +108,14 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) { 'path': 'resources/object-assign/4.1.1/object-assign.min.jsm', 'bundle': '' }; + } else if ((channelHost + channelPath) === 'netdna.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css') { + // This CDN delivers 'Font Awesome v4.7.0' as latest version + return { + 'source': channelHost, + 'versionRequested': '4.7.0', + 'path': 'resources/fontawesome/4.7.0/css/font-awesome.min.css', + 'bundle': '' + }; } else { return false; } diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 8a24d32e..05ec0c13 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -30,6 +30,7 @@