Permalink
2 comments
on commit
sign in to comment.
Browse files
Introduce submodules, closes #8536
Instead of the manual clone of sizzle and qunit, use git submodules instead. this will ensure that all future releases can be recreated by checking out an tag.
- Loading branch information
Showing
with
12 additions
and 32 deletions.
- +0 −2 .gitignore
- +6 −0 .gitmodules
- +4 −30 Makefile
- +1 −0 src/sizzle
- +1 −0 test/qunit
@@ -0,0 +1,6 @@ | ||
[submodule "src/sizzle"] | ||
path = src/sizzle | ||
url = git://github.com/jeresig/sizzle.git | ||
[submodule "test/qunit"] | ||
path = test/qunit | ||
url = git://github.com/jquery/qunit.git |
Submodule sizzle
added at
ef1927
Submodule qunit
added at
d404fa
This comment has been minimized.
jzaefferer repliedMar 15, 2011
That looks like QUnit has to be updated manually now?
This comment has been minimized.
JakeWharton repliedMar 15, 2011
Change 'manually' to 'deliberately' and you loose the connotation of it being a disadvantage.