Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit345cd22

Browse files
authored
Build: Take core-js-bundle from the external directory as well
That package was missed ingh-4865 as it only broke browsers needing thepolyfill which is just IE at the moment. Thus, it broke Core tests in IE only.Refgh-4865Closesgh-4870
1 parenta684e6b commit345cd22

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎Gruntfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ module.exports = function( grunt ) {
7777
destPrefix:"external"
7878
},
7979
files:{
80+
"core-js-bundle/core-js-bundle.js":"core-js-bundle/minified.js",
81+
"core-js-bundle/LICENSE":"core-js-bundle/LICENSE",
82+
8083
"npo/npo.js":"native-promise-only/lib/npo.src.js",
8184

8285
"qunit/qunit.js":"qunit/qunit/qunit.js",

‎test/data/core/jquery-iterability-transpiled.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<metahttp-equiv="Content-Type"content="text/html; charset=utf-8"/>
55
<title>jQuery objects transpiled iterability test page</title>
6-
<scriptsrc="../../../node_modules/core-js-bundle/minified.js"></script>
6+
<scriptsrc="../../../external/core-js-bundle/core-js-bundle.js"></script>
77
<scriptsrc="../../jquery.js"></script>
88
<scriptsrc="../iframeTest.js"></script>
99
<scriptsrc="jquery-iterability-transpiled.js"></script>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp