You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: