Backbone.js extensions and components.
Models
Views
- Data bindings
- Callbacks
- View hierarchies
- Forms and Fields
- Model decorators
- Automatic template rendering
Utilities
Rails Support
- Parameter whitelisting
This project uses Grunt to build and run tests. Generally, Grunt can be installed (assuming npm
in installed) like so:
npm install -g grunt-cli
Detailed installation instructions can be found on the Grunt website.
From the Traction directory, run npm install
.
Building the project will compile, concat and uglify the Coffeescript.
grunt build
After building the project, run the specs with grunt test
.
The easiest way to develop is to call the default grunt task via grunt
. This will watch the coffee/ directory, recompile when changes are detected, and run the specs.
grunt
Foraker Labs builds exciting web and mobile apps in Boulder, CO. Our work powers a wide variety of businesses with many different needs. We love open source software, and we're proud to contribute where we can. Interested to learn more? Contact us today.
This project is maintained by Foraker Labs. The names and logos of Foraker Labs are fully owned and copyright Foraker Design, LLC.