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

Consider providing a high-level set of events. #35

Open
zorbash opened this issue Dec 10, 2016 · 0 comments
Open

Consider providing a high-level set of events. #35

zorbash opened this issue Dec 10, 2016 · 0 comments

Comments

@zorbash
Copy link
Contributor

zorbash commented Dec 10, 2016

We currently depend on fs for the following part of our application.

https://github.com/kittoframework/kitto/blob/master/lib/kitto/code_reloader.ex#L38

As you can see, we perform an action when the user creates or changes a file, another action when a file is deleted and so on.
For each of the actions we wish to perform (unless there's another way to do it), we currently bind to platform specific events. I'd be nice if there was a set of platform independent set of events.

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

No branches or pull requests

1 participant