Vladimir Novikov

Results 1 issues of Vladimir Novikov

Windows 7. 0.6.4. Pathwatcher. I use gaze with gulp-watch. Coffee: ``` coffee ... .gaze .on 'changed', (path) -> console.log 'Changed: '+path .on 'added', (path) -> console.log 'Added: '+path .on 'deleted',...