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

Pure CSS v0.6.2 (#683)

This commit is contained in:
nobody
2021-09-18 08:30:45 +02:00
parent 25b425ee99
commit ab8f406430
24 changed files with 182 additions and 0 deletions

View File

@ -61,6 +61,8 @@ targets.determineBundle = function (path) {
val = 'DataTables';
} else if (path.startsWith('/mathjax/')) {
val = 'MathJax';
} else if (path.startsWith('/pure/')) {
val = 'Pure CSS';
}
return val === '' ? val : `${val} (Bundle)`;
@ -519,6 +521,8 @@ targets.setLastVersion = function (type, version) {
return '1.1.2';
} else if (type.startsWith('/prototype/1.')) {
return '1.7.3';
} else if (type.startsWith('/pure/0.')) {
return '0.6.2';
} else if (type.startsWith('/raven.js/3.')) {
return '3.27.2';
} else if (type.startsWith('/react/16.')) {