Skip to content

Instantly share code, notes, and snippets.

@foragerr
Created February 26, 2016 22:17
Show Gist options
  • Save foragerr/e74a3de1e88d7265fc37 to your computer and use it in GitHub Desktop.
Save foragerr/e74a3de1e88d7265fc37 to your computer and use it in GitHub Desktop.
task generateThenCopy()
task generateThenCopy()<<{
newFile('codegenDestination/dynamically-generated.txt', 'dynamic file content')
zip{
from 'source'
from 'codegenDestination'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment