Answer the question
In order to leave comments, you need to log in
How to execute tasks one by one in gulp and gulp-grunt?
Good evening!
There are tasks (grunt) that are executed only after other tasks (gulp) have been completed.
gulp.task('gulp:build', [ ... ]); // таски, которые нужно выполнить в первую очередь
gulp.task('grunt:build', [ ... ]); // таски, которые будут выполнены, только на основе сборки гулпом
gulp.task('default', ['gulp:build', 'grunt:build']);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question