How Grunt and Gulp deal with Task Automation?



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

Post New Answer

More Node.js Interview Questions

How we can update npm to new version in node.js?

1 Answers  


What is the difference between node.js and ajax?

1 Answers  


How do you resolve unhandled exceptions in a Node.js program?

1 Answers  


What is asynchronous code?

1 Answers  


What is node js web server?

1 Answers  


Explain the concept of url module.

1 Answers  


Explain cli?

1 Answers  


Why to use express.js?

1 Answers  


What is the use of setinterval() function in node.js?

1 Answers  


Which server is used in node js?

1 Answers  


List down the tasks which should be done asynchronously using the event loop?

1 Answers  


What are the different custom directive types in angularjs?

1 Answers  


Categories