On 12/15/06, [MuTe] <[EMAIL PROTECTED]> wrote: > > Hey Guys, > > Got some newbie questions. > > Say I only need the async module how do I include just that and its > dependances?
You just include it and its dependencies. MochiKit.js is a convenience that includes just about everything. > Also with the packed release version, is there a way of doing a custom > build? scripts/pack.py SomeModule AnotherModule > MyBuild.js You do have to specify modules in the correct order, though. There is not currently any tool that will flatten the dependency graph for you, though if someone wants to write one be my guest -- not very difficult to grep out the dependencies from each module. > Is there a way to create a namespace for my functions/classes? Namespaces are objects. Nothing special. Look at the MochiKit source code (or really anything else for that matter). -bob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---
