Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (17 loc) · 1.01 KB

Ember Touch

Build Status

Ember Touch lays the groundwork for a comprehensive touch and gesture system that sits on top of EmberJS.

Documentation and examples

Visit the Project Page.

Usage

You could import the project in some of the following ways:

  • Download the latest version ember-touch.latest.js

  • Build it, executing rake dist command and import dist/ember-touch.js into your project.

  • Clone the project into your Ember Application and use your build tools ( ex: rake-pipeline ).

Unit Tests

Run the server: bundle exec rackup

To run/check the unit test output, open:

http://localhost:9292/tests/index.html?package=ember-touch

YUIDOC

  • rake generate_docs
  • Access ./docs/build/index.html