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

Added: bootstrap-icon v1.5.0 (#578)

This commit is contained in:
nobody
2021-07-20 06:32:55 +02:00
parent d070bc6484
commit 6522e40815
8 changed files with 17 additions and 0 deletions

View File

@@ -198,6 +198,8 @@ targets.setLastVersion = function (type, version) {
return '3.1';
} else if (type.startsWith('/bootstrap-datepicker/1.')) {
return '1.9.0';
} else if (type.startsWith('/bootstrap-icons/1.')) {
return '1.5.0';
} else if (type.startsWith('/bootstrap-multiselect/0.')) {
return '0.9.16';
} else if (type.startsWith('/bootstrap-slider/10.')) {
@@ -656,6 +658,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'bootstrap-icons.min.css': 'Bootstrap Icons',
'clappr.min.jsm': 'clappr',
'script.min.jsm': 'script.js',
'rails.min.jsm': 'jquery-ujs',