Fork me on GitHub
#figwheel
<
2018-03-14
>
mkvlr10:03:57

has anyone attempted to make figwheel smarter using tools.namespace as to what it recompiles when something in the source paths changes?

mkvlr10:03:21

In our app we’re using a shared source path for three figwheel (browser, web worker and node) and two pedestal targets which is great for code sharing. The downside is now figwheel recompiles all three targets for any change also to .clj files that don’t affect its targets.

mkvlr10:03:50

ah, found https://github.com/bhauman/lein-figwheel/issues/480#issuecomment-252503408 which sort of answers it. I think it would still make sense for us, so if anyone has attempted it, thanks for letting me know.

martyglaubitz20:03:00

Does anybody know if figwheel has a watcher in which one can say: "watch this directory and whenever a file in it changes execute this function with it"?

kommen06:03:09

figwheel uses hawk under the hood to watch directories https://github.com/wkf/hawk

grounded_sage23:03:48

I've been away from the Clojure ecosystem for a while. Is figwheel still Lein only?