Sometimes when working on “frontend tasks” with gulp,
we need to merge different formats such as less, scss, css into a single minified css file.
Modules
Of course you have to install and require the good modules:
Task
To do this we need to have multiple steps inside the gulp task.