Thanks Fredrik, that's exactly what I'm looking for.. No luck compiling a packed version of MochiKit (1.5) and trying to connect a signal - I get an error "MochiKit.i is undefined". The closure inspector isn't working for me (FireBug 1.5.0) so I'm afraid I can't further investigate at this time :-(
On Feb 9, 5:55 pm, Fredrik <[email protected]> wrote: > This should be possible using the Google Closure > compiler:http://code.google.com/closure/compiler/ > (Some issues to watch out > for:http://code.google.com/closure/compiler/docs/api-tutorial3.html#dangers) > > I hope to find time to try this myself also, please report back about > your progress! Would be nice if MochiKit can be verified to be > compilable using Closure. > > Regards > // Fredrik > > On Feb 9, 6:25 pm, Eoghan <[email protected]> wrote: > > > Has anyone made an attempt to pack up MochiKit omitting functions that > > are not used? > > e.g. include DateTime.toISODate but not DateTime.toPaddedAmericanDate > > if the latter doesn't happen to be called in a given file. > > > I realise this would be non trivial to do automatically.. -- 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.
