-
Notifications
You must be signed in to change notification settings - Fork 4
Watch
Michael Woodward edited this page Feb 4, 2017
·
1 revision
Keeps track of filesystem changes, piping the changes to the sync command
Usage:
workflow watch [watches] [--no-defaults]
Arguments:
watches Array of extra paths to watch
Options:
--no-defaults Don't watch default paths
Under the hood this will run the following command
fswatch -r app pub composer.json vendor/wearejh -e ".*__jb_.*$" -e ".*swp$" -e ".*swpx$" | xargs -n1 -I {} workflow sync {}