1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Mapping: angular-translate -> cdnjs.cloudflare.com (#1029)

This commit is contained in:
nobody
2022-06-28 08:29:36 +02:00
parent 401dcd3714
commit 3da8b9db33
2 changed files with 2 additions and 0 deletions

View File

@@ -260,6 +260,7 @@ mappings.cdn = {
'bootstrap/{version}/bootstrap.min.css': resources.bootstrapCSS, 'bootstrap/{version}/bootstrap.min.css': resources.bootstrapCSS,
'bootstrap/{version}/bootstrap.css': resources.bootstrapCSS, 'bootstrap/{version}/bootstrap.css': resources.bootstrapCSS,
'bowser/{version}/': resources.bowserJS, 'bowser/{version}/': resources.bowserJS,
'bower-angular-translate/{version}/angular-translate.': resources.angularTranslate,
'bower-angular-translate-loader-partial/{version}/angular-translate-loader-partial.': resources.angularTranslateLoaderPartial, 'bower-angular-translate-loader-partial/{version}/angular-translate-loader-partial.': resources.angularTranslateLoaderPartial,
'bulma/{version}/css/bulma.': resources.bulma, 'bulma/{version}/css/bulma.': resources.bulma,
'bxslider/{version}/jquery.bxslider.min.js': resources.bxsliderJS, 'bxslider/{version}/jquery.bxslider.min.js': resources.bxsliderJS,

View File

@@ -52,6 +52,7 @@
<p>Mapping</p> <p>Mapping</p>
<ul> <ul>
<li>bootstrap -> cdnjs.cloudflare.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/615">#615</a>)</li> <li>bootstrap -> cdnjs.cloudflare.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/615">#615</a>)</li>
<li>angular-translate -> cdnjs.cloudflare.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/1029">#1029</a>)</li>
</ul> </ul>
<p>Added</p> <p>Added</p>
<ul> <ul>