Skip to content

Composing tasks with series function #2694

Answered by phated
keithbentrup asked this question in Help
Discussion options

You must be logged in to vote

export const test = () => gulp.series(someTaskA) is incorrect. Gulp's series and parallel are composition functions and you should not be wrapping them in another function. e.g. export const test = gulp.series(someTaskA)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@keithbentrup
Comment options

@phated
Comment options

Answer selected by phated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2693 on September 06, 2022 23:53.