Login
Remember
Register
Ask a Question
The default task representation in gulp will be like _________
+1
vote
asked
Feb 15, 2020
in
JAVA
by
rahuljain1
The default task representation in gulp will be like _________.
gulp.call('default',function(){ 'default'});
gulp.task('default',function(){ });
gulp.call('default',function(){ 'd',void});
gulp.call('default',function(){ 'd',null});
#gulp-presentation
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 15, 2020
by
SakshiSharma
gulp.task('default',function(){ });
...