gulp-cli icon indicating copy to clipboard operation
gulp-cli copied to clipboard

Command Line Interface for gulp.

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

Hey, it would be really useful if I could tell Gulp to log only when a task is done, not when it starts. I don't actually care when the task...

enhancement

In #200 it was identified that gulp failed to work with Windows extended-length paths. And it was fixed with `path.join()` in #201 However, we don't have any regression test for...

help wanted

I've added customizing mechanism in gulp-cli. And also I've made colors of a task tree customizable with this. [sttk/gulp-cli#make_customizable](https://github.com/gulpjs/gulp-cli/compare/master...sttk:make_customizable) - You can change the colors by `.gulprc` files in user...

enhancement
help wanted

I found a strange behavior about changing working directory. This is related to [the comment](https://github.com/gulpjs/gulp-cli/issues/109#issuecomment-307569185) in #109. Assuming directory structure: ``` project/ ├── gulpfile.js └── currentdir/ ├── .gulp.js └── gulpfile-2.js...

bug

The `chdir` logic already comes later in the program so this one should be easy.

enhancement
help wanted

As per @terinjokes in DMs.

enhancement

We should support `gulplog` in the 3.x branch of this CLI so modules can update sooner than later.

enhancement

I was just looking at #115 and realized that we don't have any coverage/testing over the 3.x CLI usage. It'd be nice to add that to the CI matrix for...

help wanted

Is this something people like and would want? We would use https://github.com/yeoman/update-notifier like yeoman does. cc @sindresorhus

Ref https://github.com/gulpjs/gulp/issues/361

enhancement
help wanted