diff --git a/core/mappings.js b/core/mappings.js index 0bcf2953..b6d4e63b 100644 --- a/core/mappings.js +++ b/core/mappings.js @@ -30,7 +30,7 @@ var mappings = {}; * This only needs to be updated when new domains are added. * It's not necessary for subdirectories! */ -mappings.lastMappingUpdate = '2021-12-21'; +mappings.lastMappingUpdate = '2022-04-18'; mappings.cdn = { @@ -1113,7 +1113,13 @@ mappings.cdn = { '/': { 'mathjax/{version}/': resources.mathJax, } - } + }, + // CreateJS + 'code.createjs.com': { + '/': { + '{version}/createjs': resources.createJS, + } + }, }; // Geekzu Public Service [Mirror] diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 6d256102..950a741a 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -29,6 +29,7 @@