CDN: code.createjs.com (#943)

This commit is contained in:
nobody 2022-04-18 06:45:09 +02:00
parent 05fa82e481
commit 78a1c0370b
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 9 additions and 2 deletions

View File

@ -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]

View File

@ -29,6 +29,7 @@
<ul>
<li>react-redux v8.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/945">#945</a>)</li>
<li>CreateJS v1.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/943">#943</a>)</li>
<li>CDN: code.createjs.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/943">#943</a>)</li>
</ul>
</div>
<div id="generator-section">