Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

laxar-configure-watch: subsequent changes not always detected #75

Closed
x1B opened this issue Jul 28, 2015 · 3 comments
Closed

laxar-configure-watch: subsequent changes not always detected #75

x1B opened this issue Jul 28, 2015 · 3 comments

Comments

@x1B
Copy link
Member

x1B commented Jul 28, 2015

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.

@x1B x1B added this to the v1.1.0 milestone Jul 28, 2015
@x1B x1B added the bug label Jul 28, 2015
@x1B x1B changed the title laxar-configure-watch: subsequent changes to not always detected laxar-configure-watch: subsequent changes not always detected Jul 28, 2015
@x1B
Copy link
Member Author

x1B commented Jul 28, 2015

This is related to shama/gaze#142

@x1B
Copy link
Member Author

x1B commented 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 (?!).

@x1B
Copy link
Member Author

x1B commented Sep 4, 2015

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.

@x1B x1B removed this from the v1.1.0 milestone Sep 4, 2015
@x1B x1B closed this as completed Sep 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants