You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
We're using the last SHA for work for the past two months w/o issues on various versions of OS X. I believe there are other users of Krell on Linux and I haven't heard any problems about hot loading.
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).
The text was updated successfully, but these errors were encountered: