cljs-dev

john 2024-11-18T19:57:41.288619Z

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

john 2024-11-18T20:17:35.668519Z

On start up, I do see:

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

john 2024-11-18T20:19:01.773569Z

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

john 2024-11-18T20:35:25.015499Z

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

john 2024-11-18T20:38:19.763899Z

ah nm I got it working