diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-09-07 18:00:23 +0100 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-09-08 12:39:32 +0100 |
commit | 94990194cdec4f4f9348d2323a80004e6fc82f25 (patch) | |
tree | af121ffaad21356181fb30e3f39da2e4f0097770 /.gitmodules | |
download | maps.southampton.ac.uk-94990194cdec4f4f9348d2323a80004e6fc82f25.tar maps.southampton.ac.uk-94990194cdec4f4f9348d2323a80004e6fc82f25.tar.gz |
Initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c758ebf --- /dev/null +++ b/.gitmodules @@ -0,0 +1,15 @@ +[submodule "libraries/leaflet-soton"] + path = libraries/leaflet-soton + url = git://git.cbaines.net/leaflet-soton +[submodule "libraries/typeahead.js"] + path = libraries/typeahead.js + url = https://github.com/twitter/typeahead.js.git +[submodule "libraries/list.js"] + path = libraries/list.js + url = https://github.com/javve/list.js.git +[submodule "libraries/jquery"] + path = libraries/jquery + url = https://github.com/jquery/jquery.git +[submodule "libraries/bootstrap"] + path = libraries/bootstrap + url = https://github.com/twbs/bootstrap.git |