Skip to content

Files

Latest commit

5e00ae3 · Aug 17, 2015

History

History
This branch is 345 commits ahead of jbernoudy/cordova-docs:master.

tutorial-gulp

#Using Gulp with Your Cordova Projects Note that this documentation applies to Visual Studio 2015 and does not apply to Visual Studio 2013 CTPs.

Gulp is an increasingly popular JavaScript based task runner with a large number of useful plugins designed to automate common “tasks” for everything from compilation, to packaging, deployment, or simply copying files around. Both Gulp and the Apache Cordova Command Line interface (CLI) are Node.js based which makes the two highly complementary technologies. In this tutorial we will cover a few ways Gulp can be used with Cordova:

  1. Using Gulp to Build Cordova Projects - Includes information on using Gulp in a Team / CI Environment
  2. Invoking Gulp Tasks During a Cordova Build and the VS Task Runner Explorer
  3. Compiling TypeScript

More Information