Skip to content

Commit fbacd75

Browse files
committed
Build: Remove support for jQuery <1.12 & <2.2
1 parent 52b6e1f commit fbacd75

File tree

11 files changed

+3
-37819
lines changed

11 files changed

+3
-37819
lines changed

Gruntfile.js

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -50,42 +50,15 @@ grunt.initConfig( {
5050
options: {
5151
destPrefix: "external"
5252
},
53-
legacy: {
54-
options: {
55-
56-
// jQuery `<1.11` and `>=2 <2.1` wasn't published on npm, so
57-
// we maintain their copies directly in the repository.
58-
srcPrefix: "external-legacy-source"
59-
},
60-
files: {
61-
"jquery-1.8.3/jquery.js": "jquery-1.8.3/jquery.js",
62-
"jquery-1.8.3/MIT-LICENSE.txt": "jquery-1.8.3/MIT-LICENSE.txt",
63-
64-
"jquery-1.9.1/jquery.js": "jquery-1.9.1/jquery.js",
65-
"jquery-1.9.1/MIT-LICENSE.txt": "jquery-1.9.1/MIT-LICENSE.txt",
66-
67-
"jquery-1.10.2/jquery.js": "jquery-1.10.2/jquery.js",
68-
"jquery-1.10.2/MIT-LICENSE.txt": "jquery-1.10.2/MIT-LICENSE.txt",
69-
70-
"jquery-2.0.3/jquery.js": "jquery-2.0.3/jquery.js",
71-
"jquery-2.0.3/MIT-LICENSE.txt": "jquery-2.0.3/MIT-LICENSE.txt"
72-
}
73-
},
74-
modern: {
53+
all: {
7554
files: {
7655
"qunit/qunit.js": "qunit/qunit/qunit.js",
7756
"qunit/qunit.css": "qunit/qunit/qunit.css",
7857
"qunit/LICENSE.txt": "qunit/LICENSE.txt",
7958

80-
"jquery-1.11.3/jquery.js": "jquery-1.11.3/dist/jquery.js",
81-
"jquery-1.11.3/MIT-LICENSE.txt": "jquery-1.11.3/MIT-LICENSE.txt",
82-
8359
"jquery-1.12.4/jquery.js": "jquery-1.12.4/dist/jquery.js",
8460
"jquery-1.12.4/LICENSE.txt": "jquery-1.12.4/LICENSE.txt",
8561

86-
"jquery-2.1.4/jquery.js": "jquery-2.1.4/dist/jquery.js",
87-
"jquery-2.1.4/MIT-LICENSE.txt": "jquery-2.1.4/MIT-LICENSE.txt",
88-
8962
"jquery-2.2.4/jquery.js": "jquery-2.2.4/dist/jquery.js",
9063
"jquery-2.2.4/LICENSE.txt": "jquery-2.2.4/LICENSE.txt",
9164

external-legacy-source/jquery-1.10.2/MIT-LICENSE.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)