Steven Vachon
Steven Vachon
I didn't know that it failed on Windows. Why are we using "jenkins-mocha"? I'd think that regular mocha would be sufficient. Also, the AppVeyor config file could benefit from additional...
[nyc](https://npmjs.com/nyc) (the all-in-one `istanbul` CLI) wraps `mocha` simply: ```shell nyc mocha test.js ```
`from` could be an array: ```js cpr(["/path/to/dir/", "/path/"], "/dest/") ``` It'd need to dedupe.
I think that's bloating the library. Check out [npm-watch](https://npmjs.com/npm-watch).
@ColdPie1 please do.
Nothing seems to work on my machine :confused:
Yeah, the "finish" event isn't emitting for some reason.
In what way -- a user/password prompt? I'm not quite sure what the request is for exactly.
Interesting. Will have to test this. If not in the summer, in the fall.
`v0.8.0` branch supports this, but it has edge cases.