+1 vote
in JAVA by
The default task representation in gulp is _________.

gulp.call('default',function(){ 'd',void});

gulp.call('default',function(){ 'default'});

gulp.task('default',function(){ });

gulp.call('default',function(){ 'd',null});

1 Answer

0 votes
by
gulp.task('default',function(){ });
...