Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.
/ itinerary Public archive

Lightweight routing forked from Backbone, decoupled, and (soon to be) enhanced.

License

Notifications You must be signed in to change notification settings

lincolnloop/itinerary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Itinerary

Lightweight routing forked from Backbone, decoupled, and (soon to be) enhanced.

The initial goals:

  • Independent - minimal dependencies - jQuery and Backbone not required
  • Portable - able to be used with a variety of other libraries
  • Extensible - easy to add on additional functionality
  • Tested - well tested with Mocha and Chai
  • Mobile - works well with major mobile platforms
  • Unencumbered - IE9+, no compatibility shims

Running the tests

If you don't have it installed already, install the grunt cli package globally:

$ npm install -g gulp

Install project dependencies:

$ npm install

Run the grunt 'test' task:

$ gulp test

About

Lightweight routing forked from Backbone, decoupled, and (soon to be) enhanced.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published