Overview/Description
Preparing your web files for deployment is an important step in creating a well-functioning web site. In this course, you will learn how to use Gulp.js to clean, validate, and minify your HTML code. In addition, this course covers how to run tasks when the server starts and restarts, how to use browser synchronization, how to compress images, and how to prepare the build folder for your project's deployment. Finally, you will learn how to use Gulp.js to perform unit and integration testing and code coverage testing of your web project.
Target Audience
This course is targeted towards web developers and persons wishing to learn how to use Gulp.js in their web development projects. Previous knowledge of JavaScript and Node.js, as well as working with the command line to execute code, may be beneficial.