Skip to content

Instantly share code, notes, and snippets.

@shrink0r
Created March 3, 2014 14:20
Show Gist options
  • Save shrink0r/9325846 to your computer and use it in GitHub Desktop.
Save shrink0r/9325846 to your computer and use it in GitHub Desktop.
function(doc)
{
if (doc.type === 'asset')
{
emit(doc.sourceDoc, doc._id);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment