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

Added: jquery-jcrop v0.9.15 (#1127)

This commit is contained in:
nobody
2022-09-06 05:47:25 +02:00
parent 05e7485a90
commit cbc41da55e
7 changed files with 27 additions and 0 deletions

View File

@@ -268,6 +268,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/jquery-cookie/1.')) return '1.4.1';
if (type.startsWith('/jquery-csv/1.')) return '1.0.21';
if (type.startsWith('/jquery-easing/1.')) return '1.4.1';
if (type.startsWith('/jquery-jcrop/0.')) return '0.9.15';
if (type.startsWith('/jquery.lazyload/1.')) return '1.9.1';
if (type.startsWith('/jquery.lazy/1.')) return '1.7.11';
if (type.startsWith('/jquery.matchHeight/0.')) return '0.7.2';
@@ -479,6 +480,8 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'jquery.Jcrop.min.jsm': 'jquery-jcrop (JS)',
'jquery.Jcrop.min.css': 'jquery-jcrop (CSS)',
'react-intl.iife.min.jsm': 'react-intl',
'lunr.min.jsm': 'lunr.js',
'jquery.scrollTo.min.jsm': 'jQuery.scrollTo',