-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
I've been using lein ring serve
with :auto-reload?
and auto-refresh?
both true
which have been working great.
I've now added figwheel to start to add javascript, this tool pushing changes into the browser directly. This of course doesn't require a reload or refresh on the part of the server, i.e. lein ring needn't (shouldn't!) be involved at all in this.
I note that :reload-paths applies to :auto-reload (i.e. the server state), and it seems not to :auto-refresh (browser refresh).
Is there a way to limit which paths trigger :auto-refresh?
I'd like to exclude the location where I have cljs files from triggering that.
Metadata
Metadata
Assignees
Labels
No labels