Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

gulp-watch does not trigger while using a sync folder with vagrant #213

@pYr0x

Description

@pYr0x

i am using vagrant and a sync folder to map my folder on windows.
simple example:

var gulp = require('gulp'),
    watch = require('gulp-watch'),
    gutil = require('gulp-util');


gulp.task('watch', function(){
    watch('*.js', function () {
        gutil.log("file changed");
    });
});

gulp.task('default', ['watch']);

but gulp is not trigger any file changes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions