mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-16 20:00:57 +01:00
bootstrap.bundle.min.js -> stackpath.bootstrapcdn.com (#785)
This commit is contained in:
parent
416ea1d36c
commit
8405504be6
@ -971,6 +971,7 @@ mappings.cdn = {
|
|||||||
'stackpath.bootstrapcdn.com': {
|
'stackpath.bootstrapcdn.com': {
|
||||||
'/': {
|
'/': {
|
||||||
'bootstrap/{version}/js/bootstrap.min.': resources.bootstrapJS,
|
'bootstrap/{version}/js/bootstrap.min.': resources.bootstrapJS,
|
||||||
|
'bootstrap/{version}/js/bootstrap.bundle.min.': resources.bootstrapJS,
|
||||||
'bootstrap/{version}/css/bootstrap.min.': resources.bootstrapCSS,
|
'bootstrap/{version}/css/bootstrap.min.': resources.bootstrapCSS,
|
||||||
'font-awesome/{version}/css/font-awesome': resources.fontawesome
|
'font-awesome/{version}/css/font-awesome': resources.fontawesome
|
||||||
}
|
}
|
||||||
|
@ -25,9 +25,9 @@
|
|||||||
<h2>New in LocalCDN:</h2>
|
<h2>New in LocalCDN:</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="release-notes-area">
|
<div class="release-notes-area">
|
||||||
<p></p>
|
<p>Mapping</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li></li>
|
<li>bootstrap.bundle.min.js -> stackpath.bootstrapcdn.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/785">#785</a>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="generator-section">
|
<div id="generator-section">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user