Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 790 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 790 Bytes

Sail / Application

Install

component
$ component install sailjs/application
volo
$ volo add sailjs/application

Compatibility

component

This module uses the AMD format. To include in component builds, use component-amd:

component build -u component-amd

Tests

To run tests in a browser, execute the Make target for the desired browser:

$ make test-chrome
$ make test-firefox
$ make test-safari

Headless tests can be executed directly from a terminal:

$ make test-phantomjs

License

The MIT License

Copyright (c) 2013 Jared Hanson <http://jaredhanson.net/>