Say, is there a way for figwheel to recognize changes in my lein checkout dependencies and auto-recompile them? I'm running with (figwheel-sidecar.repl-api/start-figwheel!)
@timgilbert yep, you need to add checkouts/your/src to the :source-paths of your cljsbuild config
There's also https://github.com/bhauman/lein-figwheel/issues/9. I've considered a PR for this a few times but haven't got to it
Awesome, thanks @danielcompton
Is there a convenient way to get lein-figwheel to rebuild after files read in a CLJ macro change?
I’m having to do lein do clean, figwheel
and refresh every time I change a file being read
@talexxx figwheel should handle this for you
but the clj file needs to be in a watched directory, currently the build's :source-paths
the next release of figwheel will allow you to configure watched paths separately from source paths