Closed jfhbrook closed 11 years ago
[16:40] < substack> jesusabdullah: browserify -r events --standalone EventEmitter > events.js
[16:40] < substack> except standalone only works with entry points
[16:41] < substack> but you can do
...
[16:47] < substack> jesusabdullah: ok that works now @2.28.0
awww yeah
Hacked it in. Woo woo!
It would be sweet if I could, say, hit up
/standalone/events
and then useevents.EventEmitter
in my code.