donpark / html2jade

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

Does not work with *.html on Windows #90

Open ashjs opened 9 years ago

ashjs commented 9 years ago

Hello,

How I use : html2jade --tabs --donotencode docs/*.html

I have this error : input file doesn't exist: docs/*.html

Kindly.

donpark commented 9 years ago

That should work, at least on Mac and Linux. Are you using Windows?

ashjs commented 9 years ago

Hello, Thank you for the answer and yes, I'm using Windows ! :s

donpark commented 9 years ago

Good. Have yet to confirm it and don't know when I'll be able to fix this bug but thanks for filing this issue.

Guess I'll have to internalize globing internally for Windows. mumble mumble

barecool commented 8 years ago

works on windows if using msygit and running htm2jade on gitbash for windows. but not on the regular command prompt

donpark commented 8 years ago

@barecool, that's true for me too. if node.js apps can run on regular command prompts, it's news to me.