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:
parent
096aa92727
commit
3217cfca29
@ -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
|
||||
|
@ -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.')) {
|
||||
|
@ -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">
|
||||
|
60765
resources/ember.js/4.0.0/ember.min.jsm
Normal file
60765
resources/ember.js/4.0.0/ember.min.jsm
Normal file
File diff suppressed because it is too large
Load Diff
4
resources/ember.js/4.0.0/note
Normal file
4
resources/ember.js/4.0.0/note
Normal file
@ -0,0 +1,4 @@
|
||||
In this directory the file was renamed.
|
||||
|
||||
Original: ember.debug.js
|
||||
Now: ember.min.js
|
Loading…
Reference in New Issue
Block a user