Book Image

Getting Started with Gulp

By : Travis Maynard
Book Image

Getting Started with Gulp

By: Travis Maynard

Overview of this book

<p>Gulp is a fast and powerful JavaScript task runner that is built upon the node.js platform. It allows you to create tasks that can automate common workflow processes. Gulp.js is comparatively new and has been developed keeping in mind the issues that developers have encountered with Grunt.</p> <p>Getting Started with Gulp introduces you to the world of building and testing JavaScript applications using gulp. This book is a hands-on guide to get you up to speed with gulp. It will instill you with the ability to automate several common development tasks to vastly improve your development workflow. It will get you started with gulp quickly and efficiently, providing you with core concepts of gulp, node.js, and npm.</p> <p>By the end of this book, you will be able to create your very own gulp environments from scratch, create and maintain tasks and project builds, and automate your workflow with plugins and custom tasks.</p>
Table of Contents (14 chapters)

Foreword

When I sat down to write about gulp, I had absolutely no idea how big it would be. Here we are, almost a year later, and the project has grown into one of the most popular libraries in JavaScript. It's been crazy to hear from our users how it has been benefiting them on a day-to-day basis: it improves developer workflow, saves a massive amount of time, and automates tedious tasks to restore sanity. I'm proud that the project has also introduced a new way of modeling data transformations (Streams!) to a new group of people and changed the way we think about build systems. Travis Maynard is one of our earliest adopters. When gulp had only 30 stars and nobody really cared about it, Travis was there writing amazing articles to guide people into a state of build system bliss. I can think of no better person to write this book. Go forth and build!

Eric Schoffstall

Creator of Gulp