Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created June 27, 2014 16:31
Show Gist options
  • Save jdlich/dc0cff60df19f8a1d075 to your computer and use it in GitHub Desktop.
Save jdlich/dc0cff60df19f8a1d075 to your computer and use it in GitHub Desktop.
# separate processes with an ampersand to run in parallel
gulp watch & theme watch
# just remember to kill the background process later
kill [PID]
# where PID is the process ID that's printed out at the
# top when you first run the processes e.g. [1] 65593
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment