donpark / html2jade

Converts HTML to Jade template. Not perfect but useful enough for non-daily conversions.
MIT License
1.18k stars 156 forks source link

Dependencies on jade? #18

Closed ghost closed 13 years ago

ghost commented 13 years ago

Should your package json include a dependency to Jade. I know its obvious but I used local dependenices (npm install .) and choose to install html2jade globally (well local globally)..

donpark commented 13 years ago

FYI, html2jade doesn't use jade module to generate jade output. Adding jade dependency could be convenient but, at this time, I don't see a compelling need. Thanks for the suggestion though. :-)