Google News
logo
Gulp - Quiz(MCQ)
Which of the following Gulp API is used to read files in?
A)
gulp.dest()
B)
gulp.task()
C)
gulp.watch()
D)
gulp.src()

Correct Answer :   gulp.src()


Explanation : gulp.src() API is used to read files in.

Advertisement