1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-01-09 00:36:44 +01:00

ember.js v4.0.0 (#781)

This commit is contained in:
nobody 2021-11-19 06:42:31 +01:00
parent 096aa92727
commit 3217cfca29
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 60773 additions and 0 deletions

View File

@ -380,6 +380,7 @@ https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.7/theme-chalk/index.min.c
https://cdnjs.cloudflare.com/ajax/libs/ember.js/1.13.13/ember.debug.js
https://cdnjs.cloudflare.com/ajax/libs/ember.js/2.18.2/ember.debug.js
https://cdnjs.cloudflare.com/ajax/libs/ember.js/3.28.6/ember.debug.js
https://cdnjs.cloudflare.com/ajax/libs/ember.js/4.0.0/ember.debug.js
https://cdnjs.cloudflare.com/ajax/libs/exif-js/2.3.0/exif.min.js
https://cdnjs.cloudflare.com/ajax/libs/ext-core/3.1.0/ext-core.js
https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.7/css/jquery.fancybox.min.css

View File

@ -261,6 +261,8 @@ targets.setLastVersion = function (type, version) {
return '2.18.2';
} else if (type.startsWith('/ember.js/3.')) {
return '3.28.6';
} else if (type.startsWith('/ember.js/4.')) {
return '4.0.0';
} else if (type.startsWith('/ethjs')) {
return '0.4.0';
} else if (type.startsWith('/exif-js/2.')) {

View File

@ -58,6 +58,7 @@
<li>Fork Awesome v1.2.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/760">#760</a>)</li>
<li>i18n: Persian</li>
<li>i18n: Vietnamese</li>
<li>ember.js v4.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/781">#781</a>)</li>
</ul>
</div>
<div id="generator-section">

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,4 @@
In this directory the file was renamed.
Original: ember.debug.js
Now: ember.min.js