Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.66 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.66 KB

#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