Hello Will,
I picked this library among others because it supports watching single files rather than directories (unlike other libraries like clojure-watch or juxt/dirwatch). However, I ran into an issue:
If I start a watcher on a single file that does not exist, it does not notice when the file is created.
But if I start it when the file exists, it notices deletion and creation.
Is this intended behavior?
Thanks in advance.