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

Added CDN: gitcdn.github.io (#90)

This commit is contained in:
nobody
2020-08-24 07:37:32 +02:00
parent 47f5ec3cbf
commit c840aeb6b5
3 changed files with 13 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
* This only needs to be updated when new domains are added.
* It's not necessary for subdirectories!
*/
var lastMappingUpdate = "2020-08-09";
var lastMappingUpdate = "2020-08-24";
var mappings = {
@@ -761,6 +761,15 @@ var mappings = {
'/': {
'renewal/static/js/lozad.min.': resources.lozad
}
},
// gitcdn.github.io
'gitcdn.github.io': {
'/': {
'bootstrap-toggle/{version}/js/bootstrap-toggle.': resources.bootstrapToggleJS,
'bootstrap-toggle/{version}/js/bootstrap2-toggle.': resources.bootstrap2ToggleJS,
'bootstrap-toggle/{version}/css/bootstrap-toggle.': resources.bootstrapToggleCSS,
'bootstrap-toggle/{version}/css/bootstrap2-toggle.': resources.bootstrap2ToggleCSS
}
}
};