Skip to content

Instantly share code, notes, and snippets.

@timaschew
Created September 30, 2014 08:41
Show Gist options
  • Save timaschew/c46a498064f89aef39ec to your computer and use it in GitHub Desktop.
Save timaschew/c46a498064f89aef39ec to your computer and use it in GitHub Desktop.
var createManifest = require('component-manifest')(this);
debugger;
var manifestGenerator = createManifest();
var tmp = manifestGenerator(localBranch);
while (tmp.done === false) {
tmp = tmp.next();
}
var manifest = tmp.value;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment