creationix / haml-js

Haml ported to server-side Javascript. This is a traditional server-side templating language. Tested with node-js
MIT License
901 stars 110 forks source link

expressjs 2.0 support #33

Closed sreuter closed 13 years ago

sreuter commented 13 years ago

I used haml-js to render .haml templates within my expressjs routes. This functionality is broken with the new expressjs 2.0 train.

creationix commented 13 years ago

It's probably not hard to fix. Since I don't use express, I have no way of testing it. Also I'm super swamped with other projects. I'm sure TJ from Express would be willing to help you update it.

sreuter commented 13 years ago

TJ has his own haml parser, but it doesn't ignore empty lines ;-)