Skip to content

Commit

Permalink
Add the submodules back in.
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Apr 6, 2010
1 parent 6188bb6 commit 0491fc4
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .gitmodules
@@ -0,0 +1,15 @@
[submodule "lib/wheat/node-git"]
path = lib/wheat/node-git
url = git://github.com/creationix/node-git.git
[submodule "lib/wheat/step"]
path = lib/wheat/step
url = git://github.com/creationix/step.git
[submodule "lib/wheat/haml-js"]
path = lib/wheat/haml-js
url = git://github.com/creationix/haml-js.git
[submodule "lib/wheat/node-router"]
path = lib/wheat/node-router
url = git://github.com/creationix/node-router.git
[submodule "lib/wheat/proto"]
path = lib/wheat/proto
url = git://github.com/creationix/proto.git
2 changes: 1 addition & 1 deletion lib/wheat.js
@@ -1,5 +1,5 @@
var sys = require('sys'); var sys = require('sys');
require.paths.unshift(__dirname + "/wheat/deps"); require.paths.unshift(__dirname + "/wheat");
require('proto'); require('proto');


var ChildProcess = require('child_process'), var ChildProcess = require('child_process'),
Expand Down
1 change: 1 addition & 0 deletions lib/wheat/haml-js
Submodule haml-js added at 8ea2df
1 change: 1 addition & 0 deletions lib/wheat/node-git
Submodule node-git added at c56943
1 change: 1 addition & 0 deletions lib/wheat/node-router
Submodule node-router added at 472c01
1 change: 1 addition & 0 deletions lib/wheat/proto
Submodule proto added at 57d0c6
1 change: 1 addition & 0 deletions lib/wheat/step
Submodule step added at df3520

0 comments on commit 0491fc4

Please sign in to comment.