Skip to content
SergioCrisostomo edited this page Sep 3, 2014 · 1 revision

All users should download MooTools from MooTools.net. We use github to develop the source code and it may not be stable at any given time.

Important Links

MooTools Tutorials

How to Contribute

Repository structure

Sites using MooTools

Support

Syntax and Coding Style Conventions

Who are these crazy MooTools Contributors?

Check out some fancy Demos!

Update from 1.2 to 1.3

Upgrade from 1.2 to 1.3 or 1.4

Developing on mootools

If you're going to try developing on mootools, start by forking the project from the project page. This will allow you to submit pull requests if you want your changes to be added to core: git clone git@github.com:YOURFORK/mootools-core.git

Enter the mootools directory: cd mootools-core

Next, get the dependencies, which will allow you to use the mootools build scripts $ git submodule update --init

Now you're ready to start. Create a copy of mootools with all the parts you want (as specified in package.yml) $ ./build > mootools.js

And you should be on your way!