diff options
-rw-r--r-- | Gruntfile.js | 3 | ||||
-rw-r--r-- | test/data/core/jquery-iterability-transpiled.html | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 4afbec921..fc35a843a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -77,6 +77,9 @@ module.exports = function( grunt ) { destPrefix: "external" }, files: { + "core-js-bundle/core-js-bundle.js": "core-js-bundle/minified.js", + "core-js-bundle/LICENSE": "core-js-bundle/LICENSE", + "npo/npo.js": "native-promise-only/lib/npo.src.js", "qunit/qunit.js": "qunit/qunit/qunit.js", diff --git a/test/data/core/jquery-iterability-transpiled.html b/test/data/core/jquery-iterability-transpiled.html index ca0e88530..0a7362974 100644 --- a/test/data/core/jquery-iterability-transpiled.html +++ b/test/data/core/jquery-iterability-transpiled.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>jQuery objects transpiled iterability test page</title> - <script src="../../../node_modules/core-js-bundle/minified.js"></script> + <script src="../../../external/core-js-bundle/core-js-bundle.js"></script> <script src="../../jquery.js"></script> <script src="../iframeTest.js"></script> <script src="jquery-iterability-transpiled.js"></script> |