The default task representation in gulp will be like
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});