diff --git a/core/shorthands.js b/core/shorthands.js index 343d4f5d..ce9e054f 100644 --- a/core/shorthands.js +++ b/core/shorthands.js @@ -245,6 +245,17 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) { 'path': `resources/createjs/${lastVersion}/createjs.min.jsm`, 'bundle': '' }; + } else if (CompleteURL.startsWith('cdnjs.cloudflare.com/ajax/libs/gsap/latest/')) { + if (channelPath.endsWith('js')) { + channelPath += 'm'; + } + lastVersion = '1.20.5'; + return { + 'source': channelHost, + 'versionDelivered': lastVersion, + 'path': `resources/gsap/${lastVersion}/${helpers.extractFilenameFromPath(channelPath)}`, + 'bundle': 'GSAP' + }; } return { 'result': false, diff --git a/pages/updates/updates.html b/pages/updates/updates.html index c6a23d19..62574469 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -38,6 +38,7 @@

Added

Improved