Skip to content

Instantly share code, notes, and snippets.

@hhariri
Created May 29, 2013 12:36
Show Gist options
  • Save hhariri/5669955 to your computer and use it in GitHub Desktop.
Save hhariri/5669955 to your computer and use it in GitHub Desktop.
task("stuff") {
// Do things
}
task("stuff") {
}
task("thing", "cheese", "oink", "wibble") {
}
task("thing", "stuff")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment