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

"require" introduces node-js dependency #44

Closed mikong closed 13 years ago

mikong commented 13 years ago

haml-js is also used outside of node-js, and so the sys variable in haml.js (line 2) and its references introduce a dependency because of "require".

aaronblohowiak commented 13 years ago

Fixed in 0.4.1