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

Added: MathJax (minimal) v2.7.5 (#75)

This commit is contained in:
nobody
2021-05-26 06:56:35 +02:00
parent 5f977b68a4
commit 6ee175eabb
49 changed files with 1277 additions and 2 deletions

View File

@ -59,6 +59,8 @@ targets.determineBundle = function (path) {
val = 'Semantic UI';
} else if (path.startsWith('/datatables/')) {
val = 'DataTables';
} else if (path.startsWith('/mathjax/')) {
val = 'MathJax';
}
return val === '' ? val : `${val} (Bundle)`;
@ -431,6 +433,8 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/materialize/0.')) {
if (helpers.compareVersion('0.97.8', version)) return '0.97.8'; // <= v0.97.8
return '0.100.2';
} else if (type.startsWith('/mathjax/2.') || type.startsWith('/mathjax/latest')) {
return '2.7.5';
} else if (type.startsWith('/mdb-ui-kit/3.')) {
return '3.5.0';
} else if (type.startsWith('/Modaal/0.')) {