jdan / cleaver

30-second slideshows for hackers
http://jdan.github.io/cleaver
MIT License
4.03k stars 305 forks source link

Debug does not work #105

Closed kevinsimper closed 9 years ago

kevinsimper commented 9 years ago

If you want debug information you need to do DEBUG=* cleaver markdown.md

jdan commented 9 years ago

Hm, very strange. process.env.DEBUG is getting set to * both when I do --debug or DEBUG=* ./bin/cleaver examples/basic.md

This used to work, I'm not sure why it's broken - but I'll look into it.