aboutsummaryrefslogtreecommitdiffstats
path: root/test/jquery.js
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-11-14 10:17:18 -0500
committerTimmy Willison <timmywillisn@gmail.com>2013-11-14 10:17:18 -0500
commitac7ff97f8b9cc2cf29e1ed14d931dbb5b690e3af (patch)
tree37cdc1694a198b2c4587863c29a455272d13327d /test/jquery.js
parent1a13e0b1adcc7e5f4affa2e64f0533cb76a802b5 (diff)
downloadjquery-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.js2
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";