The source project of this merge request has been removed.
Watcher improvements
- Changes to a files metadata no longer triggers a rebuild. We do this by hashing everything and comparing hashes.
- Live reloading always happens immediately after compiling. This will only benefit users who have sanity checks running after the compiler (like me).
- Moved sanity checking into
watcher.js. Solving a bug where killing the compiler would not kill the sanity checker. - If
settings.jsonis modified thenwatcher.jswill reload its settings before rebuilding FC.
Edited by Frankly George