Created by: lynndylanhurley
Gulp uses a package called vinyl-fs, which relies on a package called glob-watcher, which relies on a package called gaze. Versions of gaze later than 0.5.1 cause the problems described in #531 (closed).
glob-watcher is compatible with gaze v0.5.1. If we set gulp to require gaze 0.5.1, glob-watcher will use this version.