SOFTWARE-CLINIC / featurebook

A command line tool (and Node.js library) for generating beautiful system specifications from Gherkin source files.
MIT License
40 stars 11 forks source link

Generated HTML is empty #54

Closed wmbenedetto closed 8 years ago

wmbenedetto commented 8 years ago

Running "featurebook html" generates an empty specification.html file, and nothing else.

Also, it seems to ignore the output directory -- no matter what I put, it always puts it in ./dist/html.

FWIW, running "featurebook pdf" works perfectly.

danielpacak commented 8 years ago

@wmbenedetto thank you for reporting this. Indeed there was an issue with parsing the outputDir option for the html command. However the HTML output generator implementation is not finished yet. I track it in #47 and I'll close it soon.