What do people use to handle javascript module dependencies? I've been using dojo.require() build system. It's pretty good so far. But I'm just wondering if there are alternatives?
Require.JS came up as a popular hit, but I find it too rudimentary; it will only allow me to specify an array of files before the wrapping closure block. Tell me if I am mistaken, but is this array recursive? or is it only one-level.
Thanks!