JavaScript Build Automation With Gulp.js
Learn how to take advantage of JavaScript task automation using Gulp to streamline time consuming yet important tasks, find and resolve issues faster, and be a more productive developer.
What you'll learn
You've built your JavaScript application, but how do you automate testing, perform code analysis, run it, or optimize the code? These redundant tasks can consume valuable time and resources. Stop working so hard and take advantage of JavaScript task automation using Gulp to streamline these tasks and give you back more time in the day. You will learn how Gulp works, how to jump-start task automation with Gulp, find and resolve issues faster, and be a more productive developer.
Table of contents
- Code Analysis With JSHint and JSCS 2m
- JSHint and JSCS in Brackets 2m
- Installing JSHint and JSCS for Gulp 1m
- Coding the JSHint and JSCS Task 5m
- Reusable Functions 2m
- Failing the Task 1m
- Conditionally Displaying the Source Files 3m
- Lazy Loading Gulp Plugins 2m
- Reusable Configuration Module 3m
- Recap 1m