deltachat-desktop
deltachat-desktop copied to clipboard
fix glob-watcher usage
It still doesn't work in bin/build-shared-convert-translations.js
and I have no idea why, but it's better than the status quo.
chokidar is a good library for file watching, what exactly is not working @dotlambda ?
chokidar is a good library for file watching
Should I replace glob-watcher with it?
what exactly is not working @dotlambda ?
The callback isn't called when translations are changed. For static it works perfectly though.
If you wanna try it out feel free to replace it with chokidar :)
@dotlambda you still want to work on this?