Version number corrected and minified version added (#285)

This commit is contained in:
nobody 2021-02-28 08:21:46 +01:00
parent 3bbafd6a51
commit b762bbbfa2
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 15 additions and 7591 deletions

View File

@ -822,7 +822,7 @@ var resources = {
},
// Prototype [Deprecated]
'prototypeJS': {
'path': 'resources/prototype/{version}/prototype.jsm',
'path': 'resources/prototype/{version}/prototype.min.jsm',
'type': 'application/javascript'
},
// Raven.js

View File

@ -391,7 +391,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/protonet-jquery.inview/1.')) {
return '1.1.2';
} else if (type.startsWith('/prototype/1.')) {
return '1.7.3.0';
return '1.7.3';
} else if (type.startsWith('/raven.js/3.')) {
return '3.27.2';
} else if (type.startsWith('/react/16.')) {
@ -712,7 +712,7 @@ const ListOfFiles = {
'plyr.min.jsm': 'plyr (JS)',
'plyr.svg': 'plyr (SVG)',
'popper.min.jsm': 'Popper',
'prototype.jsm': 'Prototype',
'prototype.min.jsm': 'Prototype',
'raven.min.jsm': 'Raven.js',
'react-dom.production.min.jsm': 'ReactDOM',
'react.production.min.jsm': 'React',

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long