aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorEirik Sletteberg <eiriksletteberg@gmail.com>2016-12-04 21:57:28 +0100
committerScott González <scott.gonzalez@gmail.com>2017-02-06 08:23:18 -0500
commit4fa0267edc0e83352bed5f6f7cb66057c02cf81d (patch)
treea403badb2989e0f3ca78dcf690afb4cd56e7e901 /Gruntfile.js
parentc1f96f11cc763cceb2dce87b1d42ce1ca1709d31 (diff)
downloadjquery-ui-4fa0267edc0e83352bed5f6f7cb66057c02cf81d.tar.gz
jquery-ui-4fa0267edc0e83352bed5f6f7cb66057c02cf81d.zip
Qunit: Add bootstrap config for running tests with jQuery Migrate
Closes gh-1774
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 66a75d66e..1aac2c454 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -395,7 +395,13 @@ grunt.initConfig({
"jquery-3.1.0/LICENSE.txt": "jquery-3.1.0/LICENSE.txt",
"jquery-3.1.1/jquery.js": "jquery-3.1.1/dist/jquery.js",
- "jquery-3.1.1/LICENSE.txt": "jquery-3.1.1/LICENSE.txt"
+ "jquery-3.1.1/LICENSE.txt": "jquery-3.1.1/LICENSE.txt",
+
+ "jquery-migrate-1.4.1/jquery-migrate.js": "jquery-migrate-1.4.1/dist/jquery-migrate.js",
+ "jquery-migrate-1.4.1/LICENSE.txt": "jquery-migrate-1.4.1/LICENSE.txt",
+
+ "jquery-migrate-3.0.0/jquery-migrate.js": "jquery-migrate-3.0.0/dist/jquery-migrate.js",
+ "jquery-migrate-3.0.0/LICENSE.txt": "jquery-migrate-3.0.0/LICENSE.txt"
}
}
},