Christopher John

Results 2 issues of Christopher John

`child_process.spawn` in Node.js versions prior to 0.7 use the `exit` event to signal that the child process has finished; newer versions use the `close` event. Listening to the `exit` event...

Simple change to support Mustache partial templates. Demo and sample template included.