Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Getting Started with Gulp ??? Second Edition

You're reading from   Getting Started with Gulp ??? Second Edition Automating web development workflows

Arrow left icon
Product type Paperback
Published in Apr 2017
Publisher Packt
ISBN-13 9781787283732
Length 132 pages
Edition 2nd Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Travis Maynard Travis Maynard
Author Profile Icon Travis Maynard
Travis Maynard
Arrow right icon
View More author details
Toc

Table of Contents (7) Chapters Close

Preface 1. Introducing Gulp
2. Getting Started FREE CHAPTER
3. Understanding the Basics of Gulp
4. Performing Tasks with Gulp
5. Creating Advanced Tasks
6. Tips, Tricks, and Resolving Issues

What this book covers

Chapter 1, Introducing Gulp, focuses on helping you understand the languages and tools that you will use. You will learn how to use Gulp to perform automated tasks for your development workflow.

Chapter 2, Getting Started, deals with getting your local environment set up by installing any software that is needed to move forward. You will learn how to use a command-line interface and take a look at the anatomy of a gulpfile.

Chapter 3, Understanding the Basics of Gulp, explains the basics of Gulp and how its various methods interact with one another to create a gulpfile. You will learn how to use npm to install plugins and prepare yourself with the necessary knowledge to write your own tasks and gulpfile.

Chapter 4, Performing Tasks with Gulp, demonstrates how to create a set of base tasks for handling common workflow processes such as concatenating, minifying, and pre-processing your files.

Chapter 5, Creating Advanced Tasks, explores ways to improve our gulpfile by introducing new tasks and modifying our previous tasks to be more robust. This chapter also covers when and why to use Node.js modules instead of Gulp plugins. You will learn how to create various tasks that will run a static server, sync your project files with your browser(s), and implement Browserify and Babel to take advantage of the latest JavaScript features.

Chapter 6, Tips, Tricks, and Resolving Issues, covers how to improve your tasks by adding better error handling, ordering your source files, and cleaning up your compiled code. Additionally, you will learn how to set up task dependencies, generate source maps, use an external config file, and even leverage Babel so that you can begin writing your gulpfiles using ES2015.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image