Skip to content

Instantly share code, notes, and snippets.

@jackcallister
Created February 10, 2015 05:58
Show Gist options
  • Save jackcallister/4c8bb1ec12305e667c2c to your computer and use it in GitHub Desktop.
Save jackcallister/4c8bb1ec12305e667c2c to your computer and use it in GitHub Desktop.
Run parallel tasks
"scripts": {
"start": "npm run webpack & npm run serve",
"webpack": "webpack -w",
"serve": "cd example && python -m SimpleHTTPServer"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment