You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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