Home »
MCQs »
Gulp MCQs
Which of the following Gulp API is used to read files in?
19. Which of the following Gulp API is used to read files in?
- gulp.task()
- gulp.src()
- gulp.dest()
- gulp.watch()
Answer: B) gulp.src()
Explanation:
gulp.src() API is used to read files in.