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

React to changes in .gitignore without restarting #34

Open
naholyr opened this issue Nov 8, 2017 · 0 comments
Open

React to changes in .gitignore without restarting #34

naholyr opened this issue Nov 8, 2017 · 0 comments

Comments

@naholyr
Copy link
Member

naholyr commented Nov 8, 2017

If you add/remove/modify .gitignore it won't have any impact on the file list until you restart. We should watch for this, and when such change is detected:

  • We could simply automatically restart the server (socket.io's auto-reconnect will make it transparent, but we have to ensure tunnels are as tolerant), that's a good first step
  • We could then be smarter, update tree accordingly, and push it to sockets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant