How Grunt and Gulp deal with Task Automation?
Answer / Avinash Kumar
Both Grunt and Gulp manage task automation by executing a series of tasks defined in their configuration files. They read the configuration files, detect which tasks need to be run, execute those tasks sequentially or in parallel, and report on the results.
| Is This Answer Correct ? | 0 Yes | 0 No |
How we can update npm to new version in node.js?
What is the difference between node.js and ajax?
How do you resolve unhandled exceptions in a Node.js program?
What is asynchronous code?
What is node js web server?
Explain the concept of url module.
Explain cli?
Why to use express.js?
What is the use of setinterval() function in node.js?
Which server is used in node js?
List down the tasks which should be done asynchronously using the event loop?
What are the different custom directive types in angularjs?