Whitney Young

Results 94 comments of Whitney Young

@circlingthesun any plans on a PR back here then?

@circlingthesun I was under the impression that the new API still used this project, but I haven't dug deeply into the changes that have been made since the project changed...

I just discovered this project and noticed that the instructions were different from various other libraries. After discovering the same two items that @facuescobar saw in the link phase, I...

@doefler I do… unfortunately I don't have time right now. Also, at this point I was just investigating this library and as we solidified the feature I was building we...

Thanks for the great work on this… I've made a custom fork to include it since the PR has been open for quite some time, and it's working well in...

This is relatively easy to add support in your own code base, but I think it'd be nice to have as a helper here as well. Here's what I'm doing...

It's kind of designed to be used with the [`wrapper` option](https://github.com/wbyoung/gulp-define-module#optionswrapper) in the browser case. It also depends on what you're trying to do. The only reason to build a...

I'm happy to accept a PR if it's backwards compatible with the existing functionality (in case anyone relies on it). If you note, though, the AMD module is unnamed as...

That example doesn't include a way to pipe a stream into `browserify`, though. Is that possible (and easy)?

And that works with gulp's File object? Again, haven't tried…