tj / haml.js

Faster Haml JavaScript implementation for nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for IE conditional comments

ciaranj opened this issue · comments

Those of us stuck supporting IE often need to put in conditional comments, the 'old' haml engine that shipped with express supported this, the new one doesn't currently :(

Patch to follow.

cheers