gulp-4 Questions

3

Solved

There are several tasks defined with gulp.task in gulpfile.js: gulp.task('sync-task', () => { ... }); gulp.task('async-task', cb => { ... }); I would like to start one of them programmatic...
Ingenuous asked 15/2, 2017 at 19:59

2

Solved

I'm upgrading from Gulp 3 to 4, and I'm running into an error: The following tasks did not complete: build Did you forget to signal async completion? I understand what it's saying, but can't und...
Sperry asked 18/10, 2016 at 1:33

2

Solved

I can't figure out why gulp.series() is not firing in my callback function. I'm trying to grab a string from a user input with gulp-prompt and invoke a build and deployment function with gulp.ser...
Locker asked 6/10, 2016 at 17:13

1

Solved

I am trying to use Gulp4 API and writing a very basic and simple tasks to start with and am having some issues with splitting up the gulp file. Basically I have two standalone tasks, one for mini...
Thenceforward asked 21/3, 2019 at 14:46

3

Solved

Using Gulp 4 and the recipe for splitting my tasks into multiple files using gulp-hub throws this error just from attempting to load the task files. The task file is super simple just wanted to tes...
Zoo asked 22/7, 2016 at 8:59
1

© 2022 - 2024 — McMap. All rights reserved.