Mapping: video.js -> cdnjs.cloudflare.com (#559)
This commit is contained in:
parent
e2b9fa8816
commit
40f14157ae
|
@ -438,6 +438,7 @@ mappings.cdn = {
|
|||
'underscore.js/{version}/underscore.': resources.underscore,
|
||||
'underscore.js/{version}/underscore-min.': resources.underscore,
|
||||
'urlive/{version}/jquery.urlive.': resources.jqueryURLive,
|
||||
'video.js/{version}/video.js': resources.videoJS,
|
||||
'vue/{version}/vue.min.js': resources.vueJs,
|
||||
'vue-i18n/{version}/vue-i18n.': resources.vueI18N,
|
||||
'vue-resource/{version}/vue-resource.': resources.vueResource,
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
<li>Mapping: FontAwesome (Font only) -> netdna.bootstrapcdn.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/555">#555</a>)</li>
|
||||
<li>Added: angular-sanitize v1.6.10 (<a href="https://codeberg.org/nobody/LocalCDN/issues/556">#556</a>)</li>
|
||||
<li>Added: clappr v0.4.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/558">#558</a>)</li>
|
||||
<li>Mapping: video.js -> cdnjs.cloudflare.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/559">#559</a>)</li>
|
||||
<li><strong>Includes also the following changes, because the release of this version took a long time caused by a broken validation server of Mozilla (<a href="https://codeberg.org/nobody/LocalCDN/issues/490">More information</a>).</strong>
|
||||
<ul>
|
||||
<li>Ruleset generator for NoScript (<a href="https://codeberg.org/nobody/LocalCDN/issues/489">#489</a>)</li>
|
||||
|
|
Loading…
Reference in New Issue