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?

  1. gulp.task()
  2. gulp.src()
  3. gulp.dest()
  4. gulp.watch()

Answer: B) gulp.src()

Explanation:

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

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.