Category "gulp-watch"

Error: File not found with singular glob: (if this was purposeful, use `allowEmpty` option)

I am trying to automate a task with watch, in gulp. I am a beginner at this. This is code: const { series, src, dest, watch } = require('gulp'); const sass = re

Gulp or gulp watch doesn't watch file changes

I am trying to watch scss & js files. so far I've tried this answer: gulp watch doesn't watch How can I make sure all files are watched automatically when I