Asynchronous module loading with Browserify - Esa-Matti Suuronen - http://esa-matti.suuronen.org/blog...
After publishing the previous post I got a lot of feedback saying that Browserify can’t do asynchronous module loading. Since that’s something I’d like to have with Browserify too I started looking on how to do it and after couple of pull requests and one published npm module later I’m happy to say it’s very much possible now! - Meryn Stol