CDN: code.createjs.com (#943)
This commit is contained in:
parent
05fa82e481
commit
78a1c0370b
|
@ -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]
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue