clementfarabet / gfx.js

A graphics backend for the browser (with a Torch7 client).
MIT License
125 stars 35 forks source link

reliable file watching using chokidar #15

Closed soumith closed 10 years ago

soumith commented 10 years ago

i keep a copy of chokidar in lib/ as i removed the check in #226. the chokidar guys have an issue open with that bug, i think they dont want a mergeback because of "performance reasons"

soumith commented 10 years ago

*#236

clementfarabet commented 10 years ago

Hey Soumith, so can you confirm thta this patch preserves the same behavior (i.e. no issue with first graphics rendered, ...).

soumith commented 10 years ago

yes, it preserves existing behavior, fixes the chokidar bug that results in the first graphics not showing up.

clementfarabet commented 10 years ago

awesome, thanks a lot for that