The default task representation in gulp will be like

Q & AThe default task representation in gulp will be like
Admin Staff asked 4 years ago

The default task representation in gulp will be like

a) gulp.call(‘default’,function(){ ‘default’});
b) gulp.task(‘default’,function(){ });
c) gulp.call(‘default’,function(){ ‘d’,void});
d) gulp.call(‘default’,function(){ ‘d’,null});

1 Answers
Admin Staff answered 4 years ago

b) gulp.task(‘default’,function(){ });