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

Use tabs argument #61

Closed borisjoffe closed 11 years ago

borisjoffe commented 11 years ago

Hi, I added an option to use tabs instead of spaces using either the -t or --tabs argument on the command line. I updated the README to include this extra argument and ran make build to generate the appropriate html2jade.js file.

donpark commented 11 years ago

looks good. thx @borisjoffe.