reduxionist / backpack

A pack of UI components for Backbone projects. Grab your backpack and enjoy the Views.

Home Page:http://airbnb.github.com/backpack/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is deprecated and no longer being maintained.

______            _                     _      _        |
| ___ \          | |                   | |    (_)       |  A pack of UI components for Backbone projects.
| |_/ / __ _  ___| | ___ __   __ _  ___| | __  _ ___    |  Grab your backpack and enjoy the Views. 
| ___ \/ _` |/ __| |/ / '_ \ / _` |/ __| |/ / | / __|   |
| |_/ / (_| | (__|   <| |_) | (_| | (__|   < _| \__ \   |
\____/ \__,_|\___|_|\_\ .__/ \__,_|\___|_|\_(_) |___/   |
                      | |                    _/ |       |
                      |_|                   |__/        |

Visit the Backpack.js User Guide

Quick Start

  1. git clone git@github.com:airbnb/backpack.js.git
  2. cd backpack.js && open example/index.html

Hack on Backpack

Quick Start

  1. git clone git@github.com:airbnb/backpack.js.git
  2. cd backpack.js && npm install

Cake Build Tools

The Cakefile defines the following tasks:

cake compile        # Compile CoffeeScript source files
cake build          # Creates /lib_path/Backpack-bundle.js & /lib_path/Backpack-bundle.min.js & /lib_path/js/*.js
cake test           # Opens Jasmine SpecRunner. Watches BackpackSpec-Bundle.js for changes
cake docs           # Generate annotated source code with Docco
cake watch          # Recompile CoffeeScript source files when modified to Backpack-bundle.js
cake watch:js       # Recompile CoffeeScript source files when modified to individual .js files

Testing

Backpack.js tests are written using jasmine with sinon.js and jasmine-sinon.

You can run the test suite with cake test.

About

A pack of UI components for Backbone projects. Grab your backpack and enjoy the Views.

http://airbnb.github.com/backpack/

License:Other


Languages

Language:HTML 40.7%Language:CSS 23.4%Language:CoffeeScript 18.2%Language:JavaScript 17.7%