Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Gulp 4: Automate your development workflow
Rating: 4.5 out of 5(230 ratings)
1,234 students

Gulp 4: Automate your development workflow

Automate your development processes with Gulp 4 toolkit
Created bySergey Shtyrlov
Last updated 3/2022
English

What you'll learn

  • Set up Gulp 4 toolkit and automate the development workflow with Gulp (sass and less styles preprocessing, html/css/javascript minification, javascript files concatenation, images optimization and caching, source maps, Babel javascript transpiling, html kit templating language)

Course content

5 sections44 lectures5h 30m total length
  • Course introduction2:45

    Discover how Gulp automates repetitive development tasks—from setting up a Gulp configuration and dependencies to optimizing assets, live reloading, and building the distribution.

  • Course structure1:39

    Navigate gulp 4 by outlining the course structure, installing dependencies, creating a simple task, and establishing a solid project structure with preprocessing source maps, server, and watch tasks.

  • Tools1:54

    Install a browser (Google Chrome or Firefox Developer Edition) to preview and inspect your code, and a code editor (Visual Studio Code) to automate your development workflow.

  • Exercise files1:31

Requirements

  • HTML Basics, CSS Basics, Javascript Basics

Description

What's this course about?

In this course you will learn how to automate routine and tedious tasks with Gulp 4. The code editor for the course is Visual Studio Code (although you can use any code editor). The course is aimed at the beginners or people new to Gulp and will teach you how to set up a good configuration file for the frontend development.


More details please!

If you have never heard of Gulp before, it is a special toolkit that allows you to automate routine tasks in web development. In this course I will show you how to set up Gulp 4, use different Gulp plugins, write tasks and track the file changes. At the end of the course you will have a fully functional gulp configuration file, which can be used in your own projects.

We will start from the very basics. I will show you how to install all the needed dependencies and the Gulp itself. Then we will explore how to write tasks and watch for file changes. Almost every lesson we will improve our gulp configuration file and add a new feature to it. I will also provide to you the complete gulp configuration file with additional comments describing most used Gulp APIs, glob patterns and a guide on setting up a task, so that you would have a good hint while creating your own tasks with Gulp.

If you still do routine tasks by yourself, Gulp will probably change it. Let’s get started!


What should you know to take the course?

Javascript basics, HTML basics, CSS basics


What's inside?

  • Installation of Gulp dependencies

  • Installation of Gulp

  • Basic Gulp tasks

  • Project structure

  • SASS preprocessing

  • LESS preprocessing

  • Watch for file changes

  • Styles source maps (SASS/LESS)

  • CSS minification

  • Javascript minification

  • HTML minification

  • javascript concatenation

  • File renaming

  • Images optimizations

  • Images caching

  • HTML templating language (Kit)

  • CSS Autoprefixer

  • Javascript Babel transpiling

  • Project archiving

  • Complete Gulp configuration file with comments that you can use in your own projects


Who is teaching you?

My name is Sergey Shtyrlov. I'm a frontend developer. I've been working in this sphere for almost 7 years and continue doing it today. Gulp is essential for web development and you will sure benefit from it!

Who this course is for:

  • You want to automate some of your development processes
  • You want to learn how to use Gulp