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

Windows support (complete!) #71

Closed pjeby closed 10 years ago

pjeby commented 10 years ago

This is a fix for the Windows command line and jsdom issues. Specifically:

With these changes "npm test" passes on Windows, at least for me. Enjoy!

donpark commented 10 years ago

excellent. released as version 0.7. thanks @pjeby.