Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Improving your Workflow with Gulp JS
Rating: 4.2 out of 5(100 ratings)
668 students

Improving your Workflow with Gulp JS

Learn how to build and test web projects more efficiently with this Javascript task runner.
Created byInfinite Skills
Last updated 1/2017
English

What you'll learn

  • use Gulp.JS to automate web development tasks
  • create websites more efficiently with an automated workflow and testing process

Course content

9 sections26 lectures1h 35m total length
  • Important - Download These First - Working Files0:01
  • What You Will Learn1:23

    Discover how gulp js automates tedious tasks, from optimizing images and processing html with templates to autoprefixing css and automated testing as every browser updates across devices.

  • What You Need To Know2:24
  • What Is A Build System?4:12
  • Why Gulp.JS?5:32
  • Software Required5:30
  • How To Access Your Working Files3:22

    Learn to access your Gulp JS working files by downloading and extracting the zip, placing it on your desktop, and using the player’s open working files button to edit locally.

Requirements

  • basic knowledge of HTML and CSS
  • basic knowledge of Javascript recommended but not required

Description

Developing for the web can come with many challenges, but the handling basic, repetitive tasks should not be one of them. Using a build system such as Gulp can revolutionize the way you work by getting common code and testing tasks out of the way.

In this course, author Craig Buckler shows how to use this free software to automate tasks and build websites. This course is designed for users that already have some knowledge of HTML and CSS. You will start by learning how to install Gulp JS, then jump into learning how to create Gulp tasks. From there, Craig will teach you about HTML, CSS, and JavaScript processing. This video tutorial will also cover automated testing, how to find Gulp JS plugins, and other Gulp JS resources. Once you have completed this computer based training course, you will be fully capable of using Gulp JS to automate tasks and create your own websites from scratch.

Who this course is for:

  • anyone wanting to learn more about streamlined web development with the use of Javascript