diff options
author | zefanja <zefanja@freenet.de> | 2013-07-13 19:37:04 +0200 |
---|---|---|
committer | zefanja <zefanja@freenet.de> | 2013-07-13 19:37:04 +0200 |
commit | dbe994f06deed37c4d8c6741d9c4139a9bbeb8cf (patch) | |
tree | 55268c865c47abd1936ac7ebe068ba9ee3b0de1e /.gitmodules | |
parent | f95ccd9d57fb256ff6e10b94b6e8cd320c6648a6 (diff) | |
download | biblez-ng-dbe994f06deed37c4d8c6741d9c4139a9bbeb8cf.tar.gz |
* initial commit
* basic UI
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ce2a034..0d79390 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,9 @@ [submodule "lib/layout"] path = lib/layout url = ../../enyojs/layout.git +[submodule "lib/require"] + path = lib/require + url = https://github.com/jrburke/requirejs.git +[submodule "lib/sword"] + path = lib/sword + url = https://github.com/zefanja/swordjs.git |