Skip to content

Instantly share code, notes, and snippets.

@arackaf
Last active April 13, 2016 01:06
Show Gist options
  • Save arackaf/6f68e0ddc06c771f87dfc0b3d6539a2b to your computer and use it in GitHub Desktop.
Save arackaf/6f68e0ddc06c771f87dfc0b3d6539a2b to your computer and use it in GitHub Desktop.
builder.bundle('what/you/want/built - shared/exclude-this', 'where/to/save', configToUse).then(result => {
});
//or use a wildcard
builder.bundle('what/you/want/built - shared/*', 'where/to/save', configToUse).then(result => {
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment