browserify / watchify

watch mode for browserify builds
Other
1.79k stars 181 forks source link

Use tmpdir for test output #164

Closed zertosh closed 9 years ago

zertosh commented 9 years ago

Only there 3 tests are not using tmpdir. It was explicitly removed in https://github.com/substack/watchify/commit/d1a691d. @substack Any particular reason?

zertosh commented 9 years ago

All the tests pass on Travis - maybe it was a copy/paste fumble

ghost commented 9 years ago

tmpdir might also be good for output instead of a dotfile. Maybe that will help with EPERM too?

zertosh commented 9 years ago

@substack Yeah, that's on my "wishlist" in Ship 3.0.0 https://github.com/substack/watchify/issues/168