Home »
MCQs »
Gulp MCQs
Which of the following command is used when you want to run multiple task?
7. Which of the following command is used when you want to run multiple task?
- gulp <task> -- <othertask>
- <task> <othertask> Gulp
- Gulp-- <task> <othertask>
- gulp <task> <othertask>
Answer: D) gulp <task> <othertask>
Explanation:
gulp <task> <othertask> is the command used when you want to run multiple task.