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
A -w/--watch option should be added to automatically re-run the selected task on a watched file. This is currently supported in the gulp set-up but is not yet supported in Sweet Pea.
We should use https://github.com/paulmillr/chokidar to do this because it has better performance when used with Docker than the built-in Node fs.watch.
The text was updated successfully, but these errors were encountered:
A
-w
/--watch
option should be added to automatically re-run the selected task on a watched file. This is currently supported in the gulp set-up but is not yet supported in Sweet Pea.We should use https://github.com/paulmillr/chokidar to do this because it has better performance when used with Docker than the built-in Node fs.watch.
The text was updated successfully, but these errors were encountered: