1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

CreateJS v1.0.0 (#943)

This commit is contained in:
nobody
2022-04-18 06:32:17 +02:00
parent 231b337017
commit 05fa82e481
7 changed files with 39 additions and 0 deletions

View File

@@ -236,6 +236,15 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) {
'path': 'resources/jquery/1.11.2/jquery.min.jsm',
'bundle': ''
};
} else if (CompleteURL.startsWith('code.createjs.com/createjs-')) {
lastVersion = targets.setLastVersion('/createjs/');
return {
'source': channelHost,
'versionDelivered': lastVersion,
'versionRequested': lastVersion,
'path': `resources/createjs/${lastVersion}/createjs.min.jsm`,
'bundle': ''
};
}
return {
'result': false,