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': {
|
||||
'/': {
|
||||
'bootstrap/{version}/js/bootstrap.min.': resources.bootstrapJS,
|
||||
'bootstrap/{version}/js/bootstrap.bundle.min.': resources.bootstrapJS,
|
||||
'bootstrap/{version}/css/bootstrap.min.': resources.bootstrapCSS,
|
||||
'font-awesome/{version}/css/font-awesome': resources.fontawesome
|
||||
}
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
<h2>New in LocalCDN:</h2>
|
||||
</div>
|
||||
<div class="release-notes-area">
|
||||
<p></p>
|
||||
<p>Mapping</p>
|
||||
<ul>
|
||||
<li></li>
|
||||
<li>bootstrap.bundle.min.js -> stackpath.bootstrapcdn.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/785">#785</a>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="generator-section">
|
||||
|
|
Loading…
Reference in New Issue