browserify / wzrd.in

browserify as a service.
http://wzrd.in
MIT License
639 stars 96 forks source link

support for browserifying core modules #30

Closed jfhbrook closed 11 years ago

jfhbrook commented 11 years ago

It would be sweet if I could, say, hit up /standalone/events and then use events.EventEmitter in my code.

jfhbrook commented 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

jfhbrook commented 11 years ago

Hacked it in. Woo woo!