deepak1556 / gulp-browserify

Bundle modules with BrowserifyJS
MIT License
195 stars 45 forks source link

Replace *CB with events #5

Closed yocontra closed 10 years ago

yocontra commented 10 years ago

Streams are EventEmitters so you can just emit events and people can wire up x listeners to them

deepak1556 commented 10 years ago

Thanks for the info! this should do it right https://github.com/deepak1556/gulp-browserify/commit/ed8776422f70800915c99ec09c728dfe1a2ca861

yocontra commented 10 years ago

@deepak1556 whats the try catch for?

deepak1556 commented 10 years ago

Not needed, forgot to remove it . Anything else?

deepak1556 commented 10 years ago

@Contra can i close this issue?