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

Fixed: "angular.js" separated into single components (#310)

This commit is contained in:
nobody
2021-03-17 18:41:24 +01:00
parent ebd99e081f
commit 31886c4431
11 changed files with 193 additions and 24 deletions

View File

@@ -93,6 +93,28 @@ targets.setLastVersion = function (type, version) {
return '2.2.0';
} else if (type.startsWith('/angularjs-toaster/3.')) {
return '3.0.0';
} else if (type.startsWith('/angular-animate/1.')) {
return '1.8.2';
} else if (type.startsWith('/angular-aria/1.')) {
return '1.8.2';
} else if (type.startsWith('/angular-cookies/1.')) {
return '1.8.2';
} else if (type.startsWith('/angular-loader/1.')) {
return '1.8.2';
} else if (type.startsWith('/angular-message-format/1.')) {
return '1.8.2';
} else if (type.startsWith('/angular-messages/1.')) {
return '1.8.2';
} else if (type.startsWith('/angular-parse-ext/1.')) {
return '1.8.2';
} else if (type.startsWith('/angular-resource/1.')) {
return '1.8.2';
} else if (type.startsWith('/angular-route/1.')) {
return '1.8.2';
} else if (type.startsWith('/angular-sanitize/1.')) {
return '1.8.2';
} else if (type.startsWith('/angular-touch/1.')) {
return '1.8.2';
} else if (type.startsWith('/angular-bootstrap-colorpicker/3.')) {
return '3.0.32';
} else if (type.startsWith('/zumper-angular-payments/1.')) {