diff --git a/core/shorthands.js b/core/shorthands.js index ce9e054f..9ce7dc62 100644 --- a/core/shorthands.js +++ b/core/shorthands.js @@ -256,6 +256,14 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) { 'path': `resources/gsap/${lastVersion}/${helpers.extractFilenameFromPath(channelPath)}`, 'bundle': 'GSAP' }; + } else if (CompleteURL.startsWith('cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.')) { + return { + 'source': channelHost, + 'versionDelivered': 'latest', + 'versionRequested': 'latest', + 'path': 'resources/google-material-design-icons/google-material-design-icons.css', + 'bundle': '' + }; } return { 'result': false, diff --git a/pages/updates/updates.html b/pages/updates/updates.html index fe3a0afa..d5395809 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -41,6 +41,10 @@
Mapping
+