-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Description
Followed instructions in https://github.com/vouch-opensource/krell/wiki/Reagent-Tutorial
(and had to run cljs with only -c switch for the initial compile to trigger, see #138).
But once the REPL, Metro and emulator (tried both iOS and Android emulators) is up and running changing core.cljs does not trigger and recompile (and/or hot-reload). I need to recompile manually in another shell using clj -M -m krell.main -co build.edn -c (in which case Metro does pick up the changes and reloads the app).
I'm on macOS Big Sur 11.4, using latest Krell (a6bf860).