diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-06-10 15:13:03 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2014-06-24 10:16:55 -0400 |
commit | 8d113104e980179e9eb4d092df0b1ab37cdc6fa5 (patch) | |
tree | 2b23de77b84aaa6d9e7d515c82a88118e90d9d5c /Gruntfile.js | |
parent | 323e82c09f9078cc16f0df170e7a8bddea33523e (diff) | |
download | jquery-8d113104e980179e9eb4d092df0b1ab37cdc6fa5.tar.gz jquery-8d113104e980179e9eb4d092df0b1ab37cdc6fa5.zip |
Build: Remove unused Sizzle test files
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 0bee7a8e8..cd9427534 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -52,11 +52,7 @@ module.exports = function( grunt ) { }, src: { files: { - "src/sizzle/dist": "sizzle/dist", - "src/sizzle/test/data": "sizzle/test/data", - "src/sizzle/test/unit": "sizzle/test/unit", - "src/sizzle/test/index.html": "sizzle/test/index.html", - "src/sizzle/test/jquery.js": "sizzle/test/jquery.js" + "src/sizzle/dist": "sizzle/dist" } }, tests: { |