browserify / wzrd.in

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

alias require on standalone version #88

Closed matthewmueller closed 9 years ago

matthewmueller commented 10 years ago

It'd be awesome if the require's of the standalone version could be dereferenced so packages could be consumable in other package managers or even browserify again.

Here's an example from socket.io: https://github.com/Automattic/socket.io-client/blob/master/socket.io.js#L11-L14

max-mapper commented 10 years ago

so far the philosophy on browserify-cdn is to just expose browserify without modifying it, so I think you wanna open an issue on browserify for this

jfhbrook commented 9 years ago

I agree with max. Closing this.