cljs-dev 2024-11-18

Anybody ever used the :watch compiler option? I tried following the directions in src/test/cljs_build/hello-modules/repl.clj. I think I have things set up right but when I save the changed file it's not doing anything

On start up, I do see:

Building ...
... done. Elapsed 0.215556133 seconds
:built!
Watching paths: /projects/acme/src/acme/src

But on subsequent updates to files in that dir, nothing happens.

watch.log file is detecting updates every few seconds

Change detected, recompiling ...
... done. Elapsed 0.247134537 seconds
Change detected, recompiling ...
... done. Elapsed 0.133156374 seconds

ah nm I got it working