Answer the question
In order to leave comments, you need to log in
How to wait for all the files, manipulate them, run them back one by one?
gulp.scr(["js/*.html"])
.pipe(myModule("template.html"))
.pipe(gulp.dest("public"))
Answer the question
In order to leave comments, you need to log in
create 2 tasks so that one is a dependency of the other.
gulp.task('taskName', [taskWhichShouldDoneBefore], function() {
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question