Embed presentation
Download to read offline






Gulp is a task runner that utilizes streams to automate repetitive tasks like minification, compilation, unit testing, linting and more. It follows the Unix philosophy and uses JavaScript for task configuration and execution. Some key functions of Gulp include defining tasks, running tasks, watching file changes, getting file sources and outputting destinations. Gulp files contain code rather than just configuration and there are many plugins available to extend its functionality for common development tasks.





