Skip to content

Commit

Permalink
haml-js is now a submodule [#91]
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Dec 17, 2009
1 parent c39bafb commit 9844ded
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 397 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "support/haml"]
path = support/haml
url = git://github.com/creationix/haml-js.git
[submodule "lib/support/haml"]
path = lib/support/haml
url = git://github.com/creationix/haml-js.git
4 changes: 2 additions & 2 deletions lib/express/plugins/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ var posix = require('posix')
var cache = {}

/**
* Support template engines.
* Supported template engines.
*/

var engine = {
ejs: require('support/ejs'),
haml: require('support/haml')
haml: require('support/haml/haml')
}

// --- View
Expand Down
1 change: 1 addition & 0 deletions lib/support/haml
Submodule haml added at bb2526
Loading

0 comments on commit 9844ded

Please sign in to comment.