Mapping cdnjs -> bootstrap-table (#1415)
This commit is contained in:
parent
91b260b286
commit
a442481b9e
|
@ -253,6 +253,10 @@ mappings.cdn = {
|
|||
'bootstrap-slider/{version}/css/bootstrap-slider.min.css': resources.bootstrapSliderCSS,
|
||||
'bootstrap-slider/{version}/css/bootstrap-slider.css': resources.bootstrapSliderCSS,
|
||||
'bootstrap-slider/{version}/bootstrap-slider.min.js': resources.bootstrapSliderJS,
|
||||
'bootstrap-table/{version}/bootstrap-table.min.js': resources.bootstrapTableJS,
|
||||
'bootstrap-table/{version}/bootstrap-table.js': resources.bootstrapTableJS,
|
||||
'bootstrap-table/{version}/bootstrap-table.min.css': resources.bootstrapTableCSS,
|
||||
'bootstrap-table/{version}/bootstrap-table.css': resources.bootstrapTableCSS,
|
||||
'bootstrap-toggle/{version}/js/bootstrap-toggle.': resources.bootstrapToggleJS,
|
||||
'bootstrap-toggle/{version}/js/bootstrap2-toggle.': resources.bootstrap2ToggleJS,
|
||||
'bootstrap-toggle/{version}/css/bootstrap-toggle.': resources.bootstrapToggleCSS,
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
<p>Mapping</p>
|
||||
<ul>
|
||||
<li>cdnjs -> typeahead.js (<a href="https://codeberg.org/nobody/LocalCDN/issues/1398">#1415</a>)</li>
|
||||
<li>cdnjs -> bootstrap-table (<a href="https://codeberg.org/nobody/LocalCDN/issues/1398">#1415</a>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="generator-section">
|
||||
|
|
Loading…
Reference in New Issue