Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to disable fswatch #24

Closed
EugenMayer opened this issue Jul 10, 2016 · 1 comment
Closed

Make it possible to disable fswatch #24

EugenMayer opened this issue Jul 10, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@EugenMayer
Copy link
Owner

Since if there is any ressource consumption, it would be the watcher ( fswatch ) under osx, make it possible to disable any file-watching. Even though this means the user has to either run

docker-sync sync

Himself whenever he wants to sync back or, and thats much more interesting, use IDE tools like file-watchers of e.g. Intellij to fire up the sync whenever you save a file ( of a specific glob ).

Its not a hard deal, just create watch_strategy as a configuration and allo

  • fswatch ( default )
  • none

And create documentation why this is offered and how to utilize the IDE for that. Anyone feels happy, please help writing docs in the wiki :)

@EugenMayer EugenMayer self-assigned this Jul 11, 2016
@EugenMayer
Copy link
Owner Author

implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant