diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2016-07-06 12:09:56 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2016-07-06 12:09:56 -0400 |
commit | 77ff328cbe8a662f52178020d202dc1bfb560fd8 (patch) | |
tree | ec0ad0673fd5aa5fde8b9e45a99f9bb8d7e88c30 /Gruntfile.js | |
parent | 622959b0116d7af0a0b642c4940cd8c0bdd88094 (diff) | |
download | jquery-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.js | 5 |
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" } } } |