GitXplorerGitXplorer
c

PowerTools

public
57 stars
10 forks
0 issues

Commits

List of commits on branch master.
Unverified
b041dfa8ae3406afad9ff6715598a29d5453c005

Updating mobile

ccpojer committed 13 years ago
Unverified
3266f9ca483cf989a72a5dcaa8f59a6ded485a2a

Add Router and updates to history/tree

ccpojer committed 13 years ago
Unverified
0b499983e9a0a2745bb5e1d41712cd6b3f5a98d8

Update mobile

ccpojer committed 13 years ago
Unverified
68de0ce096ea2a6ef97a0b16442c4bd6b635715a

Update class-extras, custom-event and tree.

ccpojer committed 13 years ago
Unverified
9cb2f2f40b1e49556ed639c1e4612df6f146bf2d

Update Mootilities again :)

ccpojer committed 13 years ago
Unverified
992f5b4103ef80e3bac3e4a298b6208f644cc1e5

Update mootilities.

ccpojer committed 13 years ago

README

The README file for this repository.

MooTools PowerTools!

PowerTools! for MooTools brings powerful low-level Plugins to speed up the development of JavaScript-heavy web applications.

Download, Build and Demos

Download

git clone git://github.com/cpojer/PowerTools.git
cd PowerTools
./update

Included Components

Build

Build via Packager.

./register
./build <path/to/packager> > powertools.js

This builds all of PowerTools! and puts the contents into 'powertools.js'. Alternatively you can also ./register all parts of PowerTools! and then build them manually. For more information on this see the repository of each component you want to build. If your packager executable is in your PATH you do not have to specify it manually.

Update all repositories

./update <remote>

Where is the name of the git remote, defaults to 'origin'.

Credits

Thanks to @timwienk for helping me with the bash scripts.