mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2024-12-22 16:12:13 +01:00
Added: bluebird.js v3.7.2 (#342)
This commit is contained in:
parent
007793402c
commit
0653568bfd
@ -118,6 +118,7 @@ https://cdnjs.cloudflare.com/ajax/libs/backbone.js/1.4.0/backbone-min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.11.1/baguetteBox.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.11.1/baguetteBox.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/blazy/1.8.2/blazy.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bluebird/3.7.2/bluebird.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/4.4.0/bootbox.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/5.5.2/bootbox.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-3-typeahead/4.0.2/bootstrap3-typeahead.min.js
|
||||
|
@ -136,6 +136,7 @@ mappings.cdn = {
|
||||
'baguettebox.js/{version}/baguetteBox.css': resources.baguetteBoxCSS,
|
||||
'baguettebox.js/{version}/baguetteBox.min.css': resources.baguetteBoxCSS,
|
||||
'blazy/{version}/blazy.min.js': resources.blazy,
|
||||
'bluebird/{version}/bluebird.': resources.bluebird,
|
||||
'bootbox.js/{version}/bootbox.': resources.bootbox,
|
||||
'bootstrap-daterangepicker/{version}/daterangepicker.': resources.bootstrapDaterangepicker,
|
||||
'bootstrap-datepicker/{version}/js/bootstrap-datepicker.': resources.bootstrapDatepickerBundle,
|
||||
|
@ -214,6 +214,11 @@ var resources = {
|
||||
'path': 'resources/blazy/{version}/blazy.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
// bluebird
|
||||
'bluebird': {
|
||||
'path': 'resources/bluebird/{version}/bluebird.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
// BootboxJS
|
||||
'bootbox': {
|
||||
'path': 'resources/bootbox.js/{version}/bootbox.min.jsm',
|
||||
|
@ -168,6 +168,8 @@ targets.setLastVersion = function (type, version) {
|
||||
return '1.11.1';
|
||||
} else if (type.startsWith('/blazy/1.')) {
|
||||
return '1.8.2';
|
||||
} else if (type.startsWith('/bluebird/3.')) {
|
||||
return '3.7.2';
|
||||
} else if (type.startsWith('/bootbox.js/4.')) {
|
||||
return '4.4.0';
|
||||
} else if (type.startsWith('/bootbox.js/5.')) {
|
||||
@ -566,6 +568,7 @@ targets.determineResourceName = function (filename) {
|
||||
};
|
||||
|
||||
const ListOfFiles = {
|
||||
'bluebird.min.jsm': 'bluebird',
|
||||
'feather.min.jsm': 'Feather Icons',
|
||||
'babel.min.jsm': 'Babel standalone',
|
||||
'anime.min.jsm': 'animejs',
|
||||
|
@ -42,6 +42,7 @@
|
||||
<li>Fixed: HTML filter (If website does not deliver any charset) (<a href="https://codeberg.org/nobody/LocalCDN/issues/340">#340</a>)</li>
|
||||
<li>Updated: socket.io v4.0.0 -> v4.0.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/341">#341</a>)</li>
|
||||
<li>Added: feather-icons v4.28.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/332">#332</a>)</li>
|
||||
<li>Added: bluebird.js v3.7.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/342">#342</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
31
resources/bluebird/3.7.2/bluebird.min.jsm
Normal file
31
resources/bluebird/3.7.2/bluebird.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user