diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-11-14 10:17:18 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-11-14 10:17:18 -0500 |
commit | ac7ff97f8b9cc2cf29e1ed14d931dbb5b690e3af (patch) | |
tree | 37cdc1694a198b2c4587863c29a455272d13327d /test/jquery.js | |
parent | 1a13e0b1adcc7e5f4affa2e64f0533cb76a802b5 (diff) | |
download | jquery-ac7ff97f8b9cc2cf29e1ed14d931dbb5b690e3af.tar.gz jquery-ac7ff97f8b9cc2cf29e1ed14d931dbb5b690e3af.zip |
Use grunt and bower packages as local dependencies. Close gh-1433.
Diffstat (limited to 'test/jquery.js')
-rw-r--r-- | test/jquery.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/jquery.js b/test/jquery.js index cad14f3b1..9921aca7c 100644 --- a/test/jquery.js +++ b/test/jquery.js @@ -19,7 +19,7 @@ require.config({ baseUrl: path, paths: { - sizzle: path + "bower_components/sizzle/dist/sizzle" + sizzle: path + "bower_modules/sizzle/dist/sizzle" } }); src = "src/jquery"; |