This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-12
Channels
- # announcements (7)
- # babashka (13)
- # beginners (14)
- # business (7)
- # clerk (4)
- # clj-kondo (21)
- # clojure (42)
- # clojure-denmark (5)
- # clojure-dev (16)
- # clojure-europe (27)
- # clojure-finland (1)
- # clojure-nl (1)
- # clojure-norway (36)
- # clojure-sweden (2)
- # clojure-uk (34)
- # clojurescript (29)
- # datomic (15)
- # emacs (1)
- # hyperfiddle (13)
- # jobs (11)
- # joyride (8)
- # malli (15)
- # missionary (10)
- # off-topic (5)
- # portal (6)
- # releases (3)
- # shadow-cljs (9)
- # spacemacs (28)
- # specter (2)
- # squint (12)
Is there an easy way to force recompile or require of all cljs files from the REPL?
I'd like to use cljs.test/run-all-tests
and want to make sure it picks up the latest code.
Will :reload-strategy :full
work for this?
https://shadow-cljs.github.io/docs/UsersGuide.html#reload-strategy
Can I trigger the build with this flag from the REPL? I'd prefer not to stick this in shadow-cljs.edn
.
unless I guess you run against a build with a running watch
, then this is ensured by that with no reloading required otherwise