mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Added: jasny-bootstrap v3.1.3 and v4.0.0 (#332)
This commit is contained in:
@@ -347,6 +347,10 @@ targets.setLastVersion = function (type, version) {
|
||||
return '1.4.5';
|
||||
} else if (type.startsWith('/nvd3/1.')) {
|
||||
return '1.8.6';
|
||||
} else if (type.startsWith('/jasny-bootstrap/4.')) {
|
||||
return '4.0.0';
|
||||
} else if (type.startsWith('/jasny-bootstrap/3.')) {
|
||||
return '3.1.3';
|
||||
} else if (type.startsWith('/js-cookie/2.')) {
|
||||
return '2.2.1';
|
||||
} else if (type.startsWith('/knockout/3.')) {
|
||||
@@ -550,6 +554,8 @@ targets.determineResourceName = function (filename) {
|
||||
};
|
||||
|
||||
const ListOfFiles = {
|
||||
'jasny-bootstrap.min.css': 'Jasny Bootstrap (JS)',
|
||||
'jasny-bootstrap.min.jsm': 'Jasny Bootstrap (CSS)',
|
||||
'bulma.min.css': 'Bulma',
|
||||
'hogan.min.jsm': 'hogan.js',
|
||||
'highlight.min.jsm': 'highlight.js (Bundle)',
|
||||
|
Reference in New Issue
Block a user