gulp icon indicating copy to clipboard operation
gulp copied to clipboard

A toolkit to automate & enhance your workflow

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

**What actually happened?** ``` >gulp default -- --version [10:20:19] Using gulpfile [...]\gulpfile.js [10:20:19] Task never defined: --version [10:20:19] To list available tasks, try running: gulp --tasks ``` **What were you...

help wanted
further investigation required

**What were you expecting to happen?** The duration to be visible. **What actually happened?** Duration is in the same color as powershells standard background color, so it is not visible....

enhancement
help wanted

- gulp: 4.00 - node: 8.9.4 - npm: 5.8.0 - OS: macOS 10.12.6 gulpfile.json ```js const gulp = require('gulp'); const watchGlob = 'folder/**/*'; gulp.task('test', () => { gulp.watch(watchGlob, (done) =>...

bug
upstream

Copying some files are feeding them to `gulp-zip` from a connected network drive works when using the path with the drive-letter, but not with the unc server path. Trying to...

We should add a build script that pulls in the markdown docs from other projects Example: Our CLI.md in this repo is out of date with https://github.com/gulpjs/gulp-cli/blob/master/docs/CLI.md

help wanted

When the buffer mode is used and some plugins are doing some async stuffs on buffers, it leads to unordered files in the stream. Creating a plugin that works asynchronously...

documentation
help wanted

We've started a document of concepts that we felt needed to be defined in [Concepts.md](https://github.com/gulpjs/gulp/blob/master/docs/api/concepts.md). This list may not be complete. If you feel like an additional concept needs to...

documentation

This will help with the new website docs. cc @Janiceilene

documentation

- [ ] Update plugin guidelines and documentation to explain this - [ ] Open issues on all plugins that need this added linking to the new docs - [...

probably user-land
documentation

A really commonly asked question, and one of the recipes, is how to return multiple streams in one task. The answer is to use merge-stream, of course, but would it...

documentation
gulp4
help wanted