diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2014-01-13 16:37:42 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2014-01-13 16:37:42 -0500 |
commit | 710d236ad1cf5824ec10a2278a425f78fac7e0de (patch) | |
tree | 39f5d16764bc9f312fc76f81dfe457293edde413 /Gruntfile.js | |
parent | 9ac88dea494b0b79d1e1d1d26f8d9f5eb670cf62 (diff) | |
download | jquery-710d236ad1cf5824ec10a2278a425f78fac7e0de.tar.gz jquery-710d236ad1cf5824ec10a2278a425f78fac7e0de.zip |
Sizzle: update committed dependencies
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index fef8537d4..ea570f1fa 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -52,7 +52,11 @@ module.exports = function( grunt ) { }, src: { files: { - "src/sizzle": "sizzle" + "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" } }, tests: { |