aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2016-07-06 12:09:56 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2016-07-06 12:09:56 -0400
commit77ff328cbe8a662f52178020d202dc1bfb560fd8 (patch)
treeec0ad0673fd5aa5fde8b9e45a99f9bb8d7e88c30 /Gruntfile.js
parent622959b0116d7af0a0b642c4940cd8c0bdd88094 (diff)
downloadjquery-ui-1-11-stable.tar.gz
jquery-ui-1-11-stable.zip
Build: Add jQuery 3.0 for testing1-11-stable
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index d951d2d12..88919152a 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -302,7 +302,10 @@ grunt.initConfig({
"jquery-2.0.2/MIT-LICENSE.txt": "jquery-2.0.2/MIT-LICENSE.txt",
"jquery-2.0.3/jquery.js": "jquery-2.0.3/jquery.js",
- "jquery-2.0.3/MIT-LICENSE.txt": "jquery-2.0.3/MIT-LICENSE.txt"
+ "jquery-2.0.3/MIT-LICENSE.txt": "jquery-2.0.3/MIT-LICENSE.txt",
+
+ "jquery-3.0.0/jquery.js": "jquery-3.0.0/dist/jquery.js",
+ "jquery-3.0.0/LICENSE.txt": "jquery-3.0.0/LICENSE.txt"
}
}
}