[Moo] mootools 1.2.3 and clientcide version

2 messages Options
Embed this post
Permalink
Jon Hancock-2

[Moo] mootools 1.2.3 and clientcide version

Reply Threaded More More options
Print post
Permalink

I've been using a mootools+clientcide build from about two months
ago.  I created it from the clientcide download page as one big js.
The "build" process is so fraught with potentially missing something
that once I got something that worked, I didn't do another build.

So now I want to upgrade to mootools 1.2.4 to test out some of the new
features and such.  But I need the clientcide libs as well.  The
clientcide download page doesn't seem to support mootools 1.2.4 yet.
Its all a bit confusing.

So I guess my questions is can someone provide an update of what is
going on?
thanks, Jon
anutron

[Moo] Re: mootools 1.2.3 and clientcide version

Reply Threaded More More options
Print post
Permalink
I haven't had time to go through and make compatibility files for all the things that migrated to mootools more (for instance, Fupdate is now Form.Request in MooTools More, Waiter is Spinner, Modalizer is Mask, etc). I also haven't tested everything with 1.2.4. I hope to do so this weekend.

As for the build system, I'm going to be changing that, too, to use depender:

http://github.com/anutron/mootools-depender/ (note, github is down at the moment)

This is a stand alone implementation of the library builder you see on MooTools.net and Clientcide. The big difference is that it puts a comment in the head of the file with a url necessary to re-build the file, like this:

//This lib: http://localhost/build.php?require[]=String&require[]=Element.Style

I'll be updating the clientcide builder perhaps this weekend to use this new system so you'll be able to get a version with this url in it.

For the moment, if you want to, you can download the depender server and run it yourself. As for the clientcide libs and 1.2.4, they *should* work fine together, but I haven't tested them yet.

On Fri, Oct 30, 2009 at 7:13 AM, Jon Hancock <[hidden email]> wrote:

I've been using a mootools+clientcide build from about two months
ago.  I created it from the clientcide download page as one big js.
The "build" process is so fraught with potentially missing something
that once I got something that worked, I didn't do another build.

So now I want to upgrade to mootools 1.2.4 to test out some of the new
features and such.  But I need the clientcide libs as well.  The
clientcide download page doesn't seem to support mootools 1.2.4 yet.
Its all a bit confusing.

So I guess my questions is can someone provide an update of what is
going on?
thanks, Jon

The MooTools Tutorial: www.mootorial.com Clientcide: www.clientcide.com