Blaine Bublitz
Blaine Bublitz
I never figured out how this could be reported properly because the process never gracefully exits during a watch - the user has to interrupt it with a SIGHUP or...
While thinking about https://github.com/gulpjs/gulp-cli/pull/214#issuecomment-637921048 I realized I also needed to add the `.mjs` extension to the 1.x and 2.x release streams of `interpret`, but all the tests were passing for...
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...
The `chdir` logic already comes later in the program so this one should be easy.
We should support `gulplog` in the 3.x branch of this CLI so modules can update sooner than later.
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...
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
Moved from https://github.com/gulpjs/gulp/issues/1180