gulp icon indicating copy to clipboard operation
gulp copied to clipboard

A toolkit to automate & enhance your workflow

Results 36 gulp issues
Sort by recently updated
recently updated
newest added

Using `gulpfile.esm` I can do: ```js import { src, dest, series, parallel } from "gulp"; ``` When using `gulpfile.mjs`, this doesn't work because doesn't officially export the properties `src`, `dest`,...

enhancement

**What were you expecting to happen?** Not to get watch triggered on the files I ignored (I ignored "!other_project/node_modules/**/*" and I get triggered on "other_project/node_modules/.bin/uuid"). **What actually happened?** Watch is...

help wanted
further investigation required

### Describe your idea for a new feature Just add a small warning here https://gulpjs.com/docs/en/getting-started/watching-files about NodeJS version about Gulp not supporting NodeJS >= 14 for watching files. ### Explain...

documentation

Why is this `'!../frontend/admin/modules/login/*.scss'` ignored from the `gulp.src([ … ])` list? And by ignored I mean it still gets included ; )

further investigation required

### What were you expecting to happen? The files/folders get copied from gulp.src to gulp.dest ### What actually happened? Gulp throws an error with no stacktrace. ### Please give us...

bug

### Describe your idea for a new feature Add support for `gulpfile.cjs` ### Explain the problem your idea is trying to solve In `package.json` I have `type` set to `module`...

The syntax for first-position optional parameters in function signatures can confuse newbies and devs from other languages. The `gulp.task` API is so important that clarity & completeness should have a...

I'm interested in contributing to a migration guide from 3 --> 4. Are there any starting points already in progress?

documentation
gulp4
help wanted

Even though this was not requested in #2164, it's a common practice, so a recipe would be nice. 😃