Press "Enter" to skip to content

Developing a gulp Edge

9781939902368

$22.99 U.S.
ISBN: 9781939902146
Second Edition
Published September 2016

Developing a Gulp.js Edge

Jed Mao, Maximilian Schmitt, Tomasz Stryjewski, Cary Landholt, William Lubelski

This book will teach you everything you need to know about Gulp, the open source and powerful streaming build system. gulp is not intended to be the kitchen sink, but a framework for leveraging custom and community built features to aid in the build process. These features are packaged as plugins and extend the capabilities of gulp. In this book you will see gulp in action through the use of a robust example and you will even learn how to write your own plugin.

Table of Contents

  • CHAPTER 1: Introducing gulp
  • CHAPTER 2: Installing gulp
  • CHAPTER 3: Your first gulp project
  • CHAPTER 4: gulp in action
  • CHAPTER 5: Advanced gulp techniques
  • CHAPTER 6: Writing a plugin