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

way to access builtin watcher API #28

Open
lifeart opened this issue Aug 20, 2021 · 0 comments
Open

way to access builtin watcher API #28

lifeart opened this issue Aug 20, 2021 · 0 comments

Comments

@lifeart
Copy link

lifeart commented Aug 20, 2021

I found that side-effects in broccoli is quite hard, for example "live-reload" implementation, all we need - is get changed input files, but I can't find simple references to deal with it, all implementations trying to map input to output and it bring computing and FS overhead.

Adding custom watcher also seems not optimal, because broccoli already have builtin (for watched nodes).

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