Created
June 27, 2014 16:31
-
-
Save jdlich/dc0cff60df19f8a1d075 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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