Workflow Automation with Gulp Interview Question-Answer
Q.1 The default task representation in gulp is _________. A. ABgulp.call(‘default’,function(){ ‘d’,void}); B. gulp.task(‘default’,function(){ }); C. gulp.call(‘default’,function(){ ‘default’}); D. gulp.call(‘default’,function(){ ‘d’,null}); Ans : gulp.task(‘default’,function(){ }); Q.2 Between Grunt and gulp, which is relatively fast? A. Grunt B. gulp …
Workflow Automation with Gulp Interview Question-Answer Read More »