Skip to content

Instantly share code, notes, and snippets.

@trumbitta
Created September 12, 2013 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trumbitta/6535768 to your computer and use it in GitHub Desktop.
Save trumbitta/6535768 to your computer and use it in GitHub Desktop.
// Just the relevant snippet:
copy:
assets:
files: {
'dist/img': ['img/*']
}
// This only creates an empty 'img' dir under 'dist'
// The expected tree to be copied under dist is:
// $ tree img/
// img/
// └── grid_noise
// ├── grid_noise.png
// └── readme.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment