I'd like to use a local copy of jQuery 1.8.3 for my github project. I'd like to do it the right way, which would be to add it as a submodule:
git submodule add git://github.com/jquery/jquery.git js/lib/jquery
Done! The problem is the jQuery repository does not have prebuilt versions of jQuery, and other javascript libraries that I'm using do. How should I proceed?