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.

New files watching in subfolders doesn't work #29

@artch

Description

@artch

Steps to reproduce:

  1. npm install gulp gulp-watch

  2. Create local subfolder and subfolder/subsubfolder

  3. Put gulpfile.js to the root folder:

    var gulp = require('gulp'),
       watch = require('gulp-watch');
    
    gulp.task('default', function () {   
    watch({glob: 'subfolder/**/*.txt', silent: false, verbose: true})               
    })
  4. Run gulp from the root folder.

  5. Put new file 1.txt to subfolder/subsubfolder. It does not invoke a watcher, while it should.

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