Skip to content

Commit

Permalink
* README update
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Feb 3, 2011
1 parent 23d1694 commit 0749404
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Expand Up @@ -3,17 +3,22 @@ Mobile

Makes your web applications more touching. Provides custom events and useful browser information for mobile web (application) development. On iOS it provides a touch event handler that automatically replaces all your click handlers with touch events to overcome the ~300ms click delay. Requires MooTools Core 1.3.

This Plugin is part of MooTools [PowerTools!](http://cpojer.net/PowerTools).

* [Build PowerTools!](http://cpojer.net/PowerTools)
* [Fork PowerTools!](https://github.com/cpojer/PowerTools)

Build
-----

Build via [Packager](http://github.com/kamicane/packager), requires [MooTools Core](http://github.com/mootools/mootools-core) and [MooTools Custom Event](http://github.com/cpojer/mootools-custom-event) to be registered to Packager already

./packager register /path/to/mobile
./packager build Mobile/* > mobile.js
packager register /path/to/mobile
packager build Mobile/* > mobile.js

To build this plugin without external dependencies use

./packager build Mobile/* +use-only Mobile > mobile.js
packager build Mobile/* +use-only Mobile > mobile.js

Supported Devices
-----------------
Expand Down

0 comments on commit 0749404

Please sign in to comment.