This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-15
Channels
- # aleph (24)
- # announcements (8)
- # babashka (27)
- # beginners (55)
- # biff (4)
- # calva (32)
- # cider (5)
- # clj-kondo (11)
- # clojure (59)
- # clojure-android (3)
- # clojure-australia (1)
- # clojure-belgium (6)
- # clojure-dev (21)
- # clojure-europe (26)
- # clojure-nl (1)
- # clojure-norway (17)
- # clojurescript (19)
- # css (1)
- # data-science (10)
- # datahike (17)
- # events (3)
- # figwheel-main (4)
- # honeysql (1)
- # hugsql (5)
- # hyperfiddle (1)
- # jobs (1)
- # leiningen (3)
- # lsp (6)
- # malli (5)
- # meander (4)
- # nbb (6)
- # off-topic (87)
- # pathom (19)
- # portal (2)
- # re-frame (4)
- # reitit (6)
- # releases (1)
- # remote-jobs (3)
- # shadow-cljs (29)
- # sql (8)
- # tools-deps (6)
- # xtdb (7)
I am putting together a template, and have seen different ideas on dir layout -- everything in one src, src and src-cljs, etc. It looks like figwheel-main can selectively ignore all clj files when reloading, but is there an option to enable specific clj files while ignoring the rest? Maybe by adding the metadata to the clj file ns but still ignoring all clj files in options?
you want it to watch some clj files? What's the goal?
What i've done, if I care about clj
is to write a little macro that triggers a rebuild for specific file changes. Not a common thing though.
But in general, i've yet to run into performance issues and when there are hiccups it's easier to resolve the specific problem that try to solve something that's yet to happen.