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
After modifying a large number of files (such as a JS/CSS build) followed by a sync, if I lock my computer while the build is running (before sync starts) synchrotron stalls (as in no longer watches changes) on the last file that needed to be synced. Steps:
Build & syncing grunt && sync-sandbox-*
Lock my computer to go to a meeting, make tea, etc.
Wake up my computer
Sync is stalled at some file like: > Some/File.php (it appears this is the last file that needed to be synced after the build completed)
Modifying a file that is being watched does not sync the file and debug mode shows Chokidar event: change Some/OtherFile.php
Restarting sync correctly syncs the latest changes to Some/OtherFile.php and correctly starts watching for more:
...
Syncing [ '.' ]
> Some/OtherFile.php
rsync exited with code 0
✔ 1:35:33 PM Synced 1 item to [email protected]:/home/aj/mysite/
==> Watching for changes in /Users/aj/Sites/mysite
The text was updated successfully, but these errors were encountered:
After modifying a large number of files (such as a JS/CSS build) followed by a sync, if I lock my computer while the build is running (before sync starts) synchrotron stalls (as in no longer watches changes) on the last file that needed to be synced. Steps:
grunt && sync-sandbox-*
> Some/File.php
(it appears this is the last file that needed to be synced after the build completed)Chokidar event: change Some/OtherFile.php
Some/OtherFile.php
and correctly starts watching for more:The text was updated successfully, but these errors were encountered: