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
{{ message }}
This repository has been archived by the owner on May 22, 2023. It is now read-only.
Quick subsequent changes to individual files are not always detected. If a file is deleted or truncated and immediately written to again (e.g. by compass --watch), the delete-event is processed, but the subsequent file creation is ignored.
It seems that reducing the debounceDelay does help, but ideally we would not act on the delete-event at all.
The text was updated successfully, but these errors were encountered:
x1B
changed the title
laxar-configure-watch: subsequent changes to not always detected
laxar-configure-watch: subsequent changes not always detected
Jul 28, 2015
This will probably be fixed as soon as the debounceLeading option for gaze is available.
However, in the current state that option needs to be set to 'true' (string) to work (?!).
Closing this for now, as this won't be a problem when using Compass through grunt-laxar-compass (watcher thread will we blocked as long as compass is running). Also, hopefully gaze will be updated in the future to address this issue through the debounceLeading option.
Quick subsequent changes to individual files are not always detected. If a file is deleted or truncated and immediately written to again (e.g. by compass --watch), the delete-event is processed, but the subsequent file creation is ignored.
It seems that reducing the debounceDelay does help, but ideally we would not act on the delete-event at all.
The text was updated successfully, but these errors were encountered: