Skip to content

amithgeorge/backbone.layoutmanager

 
 

Repository files navigation

LayoutManager

Stable: 0.9.5

Build Status Dependency Status

Maintained by Tim Branyen @tbranyen, Mike Pennisi @jugglinmike, Simon Boudrias @SBoudrias, and @ssafejava with help from awesome contributors!

Provides a logical foundation for assembling layouts and views within Backbone. Designed to be adaptive and configurable for painless integration. Well tested, with full code coverage, in both the browser and Node.js environments.

Depends on Underscore, Backbone, and jQuery. You can swap out the dependencies with a custom configuration.

Documentation

http://layoutmanager.org/

Migrating from 0.8

http://layoutmanager.org/From-0.8-to-0.9

Release notes

  • Removed partial shim from Node compatibility layer. No longer necessary.
  • Removed getAllOptions, no longer necessary with 1.1.0.
  • Now run our tests against the latest stable and unstable Node.js.
  • setView will never render a View now.
  • Broke out Grunt tasks into separate files.
  • Enforcing code style with JSCS.

Full Release Log

Contributing

Please read and follow the contribution guide before contributing.

Running the unit tests

Open test/index.html in your browser to run the test suite.

Headless:

Install Node.js, Grunt.js 0.4, and run npm install -q inside the project directory.

Make sure you've installed grunt-cli globally with:

npm install grunt-cli -gq

Run grunt inside a terminal in the project directory to run the tests in both a headless browser and Node.js environment.

About

A layout and template manager for Backbone.js applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.6%
  • CoffeeScript 1.8%
  • CSS 0.6%