From 468f1e3abe0276cac203761bcfae55ae8e17a500 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Wed, 25 May 2016 14:58:08 +0200 Subject: Build: Add jQuery 1.12/2.2 to the test configuration Ref gh-1706 --- Gruntfile.js | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index f31cca5d4..debcd6405 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -331,6 +331,21 @@ grunt.initConfig({ "jquery-1.11.3/jquery.js": "jquery-1.11.3/dist/jquery.js", "jquery-1.11.3/MIT-LICENSE.txt": "jquery-1.11.3/MIT-LICENSE.txt", + "jquery-1.12.0/jquery.js": "jquery-1.12.0/dist/jquery.js", + "jquery-1.12.0/LICENSE.txt": "jquery-1.12.0/LICENSE.txt", + + "jquery-1.12.1/jquery.js": "jquery-1.12.1/dist/jquery.js", + "jquery-1.12.1/LICENSE.txt": "jquery-1.12.1/LICENSE.txt", + + "jquery-1.12.2/jquery.js": "jquery-1.12.2/dist/jquery.js", + "jquery-1.12.2/LICENSE.txt": "jquery-1.12.2/LICENSE.txt", + + "jquery-1.12.3/jquery.js": "jquery-1.12.3/dist/jquery.js", + "jquery-1.12.3/LICENSE.txt": "jquery-1.12.3/LICENSE.txt", + + "jquery-1.12.4/jquery.js": "jquery-1.12.4/dist/jquery.js", + "jquery-1.12.4/LICENSE.txt": "jquery-1.12.4/LICENSE.txt", + "jquery-2.0.0/jquery.js": "jquery-2.0.0/jquery.js", "jquery-2.0.0/MIT-LICENSE.txt": "jquery-2.0.0/MIT-LICENSE.txt", @@ -353,7 +368,25 @@ grunt.initConfig({ "jquery-2.1.2/MIT-LICENSE.txt": "jquery-2.1.2/MIT-LICENSE.txt", "jquery-2.1.3/jquery.js": "jquery-2.1.3/dist/jquery.js", - "jquery-2.1.3/MIT-LICENSE.txt": "jquery-2.1.3/MIT-LICENSE.txt" + "jquery-2.1.3/MIT-LICENSE.txt": "jquery-2.1.3/MIT-LICENSE.txt", + + "jquery-2.1.4/jquery.js": "jquery-2.1.4/dist/jquery.js", + "jquery-2.1.4/MIT-LICENSE.txt": "jquery-2.1.4/MIT-LICENSE.txt", + + "jquery-2.2.0/jquery.js": "jquery-2.2.0/dist/jquery.js", + "jquery-2.2.0/LICENSE.txt": "jquery-2.2.0/LICENSE.txt", + + "jquery-2.2.1/jquery.js": "jquery-2.2.1/dist/jquery.js", + "jquery-2.2.1/LICENSE.txt": "jquery-2.2.1/LICENSE.txt", + + "jquery-2.2.2/jquery.js": "jquery-2.2.2/dist/jquery.js", + "jquery-2.2.2/LICENSE.txt": "jquery-2.2.2/LICENSE.txt", + + "jquery-2.2.3/jquery.js": "jquery-2.2.3/dist/jquery.js", + "jquery-2.2.3/LICENSE.txt": "jquery-2.2.3/LICENSE.txt", + + "jquery-2.2.4/jquery.js": "jquery-2.2.4/dist/jquery.js", + "jquery-2.2.4/LICENSE.txt": "jquery-2.2.4/LICENSE.txt" } } }, -- cgit v1.2.3