Skip to content

Instantly share code, notes, and snippets.

@uris77
Created November 12, 2013 22:10
Show Gist options
  • Save uris77/7439690 to your computer and use it in GitHub Desktop.
Save uris77/7439690 to your computer and use it in GitHub Desktop.
docco: {
appA: {
src: ['src/js/appA/file1.js', 'src/js/appA/file2.js']
options: {
output: 'docs/appA/'
}
},
appB: {
src: ['src/js/appB/file1.js', 'src/js/appB/file2.js']
options: {
output: 'docs/appB/'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment