gobblejs / gobble

The last build tool you'll ever need
333 stars 20 forks source link

BREAKING: allow id option to be passed through to built-ins, enforce single path rule #53

Closed Rich-Harris closed 9 years ago

Rich-Harris commented 9 years ago

The second part of https://github.com/gobblejs/gobble/pull/49#issuecomment-94196177. This causes an error to be thrown if you do node.grab('foo', 'bar') instead of node.grab('foo/bar'), and allows an options object (containing an id) to be passed through to the grab, moveTo, include and exclude builtins.

Rich-Harris commented 9 years ago

It's a breaking change, so this'd need to be a 0.9 release.