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

exhibit serve should watch for changes #63

Open
moggers87 opened this issue Jan 12, 2019 · 1 comment
Open

exhibit serve should watch for changes #63

moggers87 opened this issue Jan 12, 2019 · 1 comment

Comments

@moggers87
Copy link
Owner

moggers87 commented Jan 12, 2019

Either we can be smart and check things like content_path and templates (though we'd have to set that up on a per Node basis as it can be changed arbitrarily) or we can just watch the CWD for changes.

@moggers87
Copy link
Owner Author

Django does this: https://github.com/django/django/blob/master/django/utils/autoreload.py#L342

Might be useful for detecting if a node has changed

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