Closed toddself closed 9 years ago
Oh funny, chokidar
uses readdirp
. I guess we've come full circle :)
So thanks for the PR, so far LGTM and will merge ASAP. Also thanks for fixing the tests.
Thanks, went out with 0.13
.
Awesome thanks Thorsten!
On Jan 9, 2015, at 2:25 AM, Thorsten Lorenz <notifications@github.com mailto:notifications@github.com> wrote:
Closed #18 https://github.com/thlorenz/replpad/pull/18.
— Reply to this email directly or view it on GitHub https://github.com/thlorenz/replpad/pull/18#event-216367574.
This fixes #7.
Switching to chokidar for better
fs.watch
support. Chokidar fixes the issues that the built-in watch has with regards to atomic saves.I removed the
require('path')
statement inlib/watcher.js
as well since it was unused.Also, the
marked
test for dox was failing since marked no longer includes thereadme
data that is required by the test (freshnode_modules
install as of tonight), so I looked in thenode_modules
directory and saw thatxtend
provides the correct data, so made the switch to that so that the test cases would succeed.