Added: OwlCarousel v2.0.0-beta.2.4 (#148)
This commit is contained in:
parent
baa1b99118
commit
1dfe12f606
|
@ -117,6 +117,14 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) {
|
|||
'path': 'resources/fontawesome/4.7.0/css/font-awesome.min.css',
|
||||
'bundle': ''
|
||||
};
|
||||
} else if ((channelHost + channelPath) === 'cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.0.0-beta.2.4/owl.carousel.min.js') {
|
||||
return {
|
||||
'source': channelHost,
|
||||
'versionDelivered': '2.0.0-beta.2.4',
|
||||
'versionRequested': '2.0.0-beta.2.4',
|
||||
'path': 'resources/owl-carousel/2.0.0-beta.2.4/owl.carousel.min.jsm',
|
||||
'bundle': ''
|
||||
};
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
<li>Added: vue-i18n v8.22.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/147">#147</a>)</li>
|
||||
<li>Added: ElementUI in cdn.bootcss.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/147">#147</a>)</li>
|
||||
<li>Added: OwlCarousel v2.3.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/148">#148</a>)</li>
|
||||
<li>Added: OwlCarousel v2.0.0-beta.2.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/148">#148</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue