Skip to content

Instantly share code, notes, and snippets.

@zacharyblank
Created June 5, 2014 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zacharyblank/db7b46b5b478f6e00c70 to your computer and use it in GitHub Desktop.
Save zacharyblank/db7b46b5b478f6e00c70 to your computer and use it in GitHub Desktop.
Start gulp when starting development server
var gulp = require('child_process').spawn('gulp', [], {stdio:'inherit'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment