Created
September 12, 2013 11:00
-
-
Save trumbitta/6535768 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
// 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