Version number corrected and minified version added (#285)
This commit is contained in:
parent
3bbafd6a51
commit
b762bbbfa2
|
@ -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
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue