Here's my challenge: I have two tasks, where Task B depends on Task A.
In Task A, one of the requirements is to loop through an array and then use gulp.dest
, but it seems like Task B will be executed before Task A is completed.
The main goal of Task A is to load all the HTML files and inject each one into template.html
.