> Thanks again for a great release. Now if we can only trim things up a bit.
Thanks for your feedback too, that's what inspired these changes,
afterall ;) I see what you mean regarding depending on Jam bringing in a
lot of dependencies. I'll see if there are any I can cull, but I think
we'll end up with quite a few deps regardless.
As for a simpler, smaller and more opinionated AMD/RequireJS, I'm all
ears. It's incredibly powerful, but does seem like it tries to do too
much. I rather suspect we'll end up in the same place, but I'd be happy
to try and work out an AMD subset with you. I tend to think this about
quite a few things until I actually try and implement them ;)
Also, you might find the Almond shim useful if you know you won't be
dynamically requesting extra resources after a compile. It will reduce
the size of the download at least (use the --almond option when doing
jam compile).