Skip to content

Instantly share code, notes, and snippets.

@sammorrisdesign-zz
Created February 17, 2015 15:56
Show Gist options
  • Save sammorrisdesign-zz/f26ff9a538334aa93db8 to your computer and use it in GitHub Desktop.
Save sammorrisdesign-zz/f26ff9a538334aa93db8 to your computer and use it in GitHub Desktop.
asset_hash: {
options: {
assetMap: false,
hashType: 'file',
references: ['**/source.json'],
srcBasePath: dir,
destBasePath: dir
},
your_target: {
files: [{
src: ['**/_source/*'],
dest: '**/hashed/'
}]
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment