[Moo] mootools core/more build.rb troubles

3 messages Options
Embed this post
Permalink
Michael Russell

[Moo] mootools core/more build.rb troubles

Reply Threaded More More options
Print post
Permalink

I was wondering if anyone is successfully using the build.rb file that
comes with the mootools git repos. I have it forked and cloned on my
local system, but when i run it for more i get "./assets/core/Soure/
scripts" is an invalid directory. For core, nothing happens.

I use this: ruby build.rb
to run the scripts.

thanks,
Michael
anutron

[Moo] Re: mootools core/more build.rb troubles

Reply Threaded More More options
Print post
Permalink
you need to update the git submodule that comes with -more:

git submodule init
git submodule update

then try it.

On Sun, Nov 1, 2009 at 11:40 AM, Michael Russell <[hidden email]> wrote:

I was wondering if anyone is successfully using the build.rb file that
comes with the mootools git repos. I have it forked and cloned on my
local system, but when i run it for more i get "./assets/core/Soure/
scripts" is an invalid directory. For core, nothing happens.

I use this: ruby build.rb
to run the scripts.

thanks,
Michael

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

[Moo] Re: mootools core/more build.rb troubles

Reply Threaded More More options
Print post
Permalink

worked like a charm, thanks man!