aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index d22807bf4..0bf20d454 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -30,6 +30,18 @@ module.exports = function( grunt ) {
cache: "build/.sizecache.json"
}
},
+ babel: {
+ options: {
+ sourceMap: "inline",
+ retainLines: true
+ },
+ nodeSmokeTests: {
+ files: {
+ "test/node_smoke_tests/lib/ensure_iterability.js":
+ "test/node_smoke_tests/lib/ensure_iterability_es6.js"
+ }
+ }
+ },
build: {
all: {
dest: "dist/jquery.js",