Mapping cdnjs -> typeahead.js (#1415)
This commit is contained in:
parent
cc84af41b3
commit
91b260b286
|
@ -531,6 +531,7 @@ mappings.cdn = {
|
||||||
'twitter-bootstrap/{version}/bootstrap.min.css': resources.bootstrapCSS,
|
'twitter-bootstrap/{version}/bootstrap.min.css': resources.bootstrapCSS,
|
||||||
'twitter-bootstrap/{version}/bootstrap.css': resources.bootstrapCSS,
|
'twitter-bootstrap/{version}/bootstrap.css': resources.bootstrapCSS,
|
||||||
'twix.js/{version}/twix.': resources.twixJS,
|
'twix.js/{version}/twix.': resources.twixJS,
|
||||||
|
'typeahead.js/{version}/typeahead.jquery.min.js': resources.corejsTypeahead,
|
||||||
'underscore.js/{version}/underscore.': resources.underscore,
|
'underscore.js/{version}/underscore.': resources.underscore,
|
||||||
'underscore.js/{version}/underscore-min.': resources.underscore,
|
'underscore.js/{version}/underscore-min.': resources.underscore,
|
||||||
'URI.js/{version}/URI.min.js': resources.uriJS,
|
'URI.js/{version}/URI.min.js': resources.uriJS,
|
||||||
|
|
|
@ -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>cdnjs -> typeahead.js (<a href="https://codeberg.org/nobody/LocalCDN/issues/1398">#1415</a>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="generator-section">
|
<div id="generator-section">
|
||||||
|
|
Loading…
Reference in New Issue