Tools like Gulp are often referred to as "build tools" because they are tools for running the tasks for building a website. The two most popular build tools out there right now are Gulp and Grunt. Broccoli focuses on asset compilation, one of the most common build tool tasks.
The main difference is how you configure a workflow with them. Gulp configurations tend to be much shorter and simpler when compared with Grunt. Gulp also tends to run faster.
Let's now move on and find out how to setup a workflow with Gulp.
Click here for For next Step: "What we're setting up"
Table of Contents: "Table of Contents to learn"
The main difference is how you configure a workflow with them. Gulp configurations tend to be much shorter and simpler when compared with Grunt. Gulp also tends to run faster.
Let's now move on and find out how to setup a workflow with Gulp.
Click here for For next Step: "What we're setting up"
Table of Contents: "Table of Contents to learn"
Post a Comment