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

Added: hogan.js v3.0.2 (#276)

This commit is contained in:
nobody
2021-02-19 07:20:50 +01:00
parent ddd27af3e9
commit 39f095d351
5 changed files with 15 additions and 0 deletions

View File

@@ -243,6 +243,8 @@ targets.setLastVersion = function (type, version) {
return '5.0.0';
} else if (type.startsWith('/hls.js/')) {
return '0.14.17';
} else if (type.startsWith('/hogan.js/')) {
return '3.0.2';
} else if (type.startsWith('/instantsearch.js/3.')) {
return '3.7.0';
} else if (type.startsWith('/instantsearch.js/4.')) {
@@ -506,6 +508,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'hogan.min.jsm': 'hogan.js',
'highlight.min.jsm': 'highlight.js (Bundle)',
'jquery.cookie.min.jsm': 'jquery-cookie',
'jquery.scrollbar.min.jsm': 'jQuery Scrollbar',