Skip to content

:reload-paths equivalent for :auto-refresh? #214

Description

@mikew1

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions