diff --git a/.gitmodules b/.gitmodules index ffe0dcb..e66e7a0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "support/expresso"] path = support/expresso url = git://github.com/visionmedia/expresso.git +[submodule "support/connect"] + path = support/connect + url = http://github.com/senchalabs/connect.git diff --git a/Makefile b/Makefile index 83b5496..d21902d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ test: - @CONNECT_ENV=test ./support/expresso/bin/expresso + @CONNECT_ENV=test ./support/expresso/bin/expresso \ + -I support/connect/lib index.html: index.js dox --title "Connect Form" \ diff --git a/support/connect b/support/connect new file mode 160000 index 0000000..4010f75 --- /dev/null +++ b/support/connect @@ -0,0 +1 @@ +Subproject commit 4010f756cedf822ac191803e2ad9db4cd60be3e6