Is it possible it's related to this? : http://feedback.livereload.com/knowledgebase/articles/86239-os-x-fsevents-bug-may-prevent-monitoring-of-certai
You could try renaming and renaming back the folder and see if that makes any difference. Jony On Wednesday, 28 October 2015 16:05:37 UTC, Jiyin Yiyong wrote: > > I have no clue why is not happening anymore. It was working a month ago. > > My code. > > > https://github.com/Cirru/lein-cirru-sepal/blob/master/src/leiningen/cirru_sepal.clj#L40 > > ```clj > (defn watch-all [dir] (println "Start watching files.") (hawk/watch! [{ > :paths [dir] :handler (fn [context event] (listen-file event) context)}]) > (loop [] (Thread/sleep 400) (recur))) > ``` > > Any my system: > > ``` > ➤➤ uname -a > Darwin Air-of-Chen.local 14.3.0 Darwin Kernel Version 14.3.0: Mon Mar 16 > 23:12:31 PDT 2015; root:xnu-2782.20.48~4/RELEASE_X86_64 x86_64 > ➤➤ pwd > /Users/chen/repo/Cirru/lein-cirru-sepal > ``` > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.