What is the use/importance of Gulp and Grunt in web development? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

What is the use/importance of Gulp and Grunt in web development?

Please tell any tutorials for them

26th Mar 2017, 11:42 AM
Chirag Bhansali
Chirag Bhansali - avatar
1 Answer
+ 1
grunt and gulp is tasks runners for Node.JS, automates many tasks. For example automatically run tasks compile css from less or sass with subsequent minification. Or run tasks for compile your project with one command. Node.JS - runtime for JavaScript. Allows JavaScript to use outside the browser, like any scripting language. The basic information can be taken from official websites. But first you need to know Javascript. https://nodejs.org/ http://gulpjs.com/ https://gruntjs.com/
26th Mar 2017, 1:00 PM
Andrey