Skip to content

ssolomon/backbone.layoutmanager

 
 

Repository files navigation

Backbone.LayoutManager

v0.8.4 Build Status

Maintained by Tim Branyen @tbranyen and Mike Pennisi @jugglinmike, 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.7

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

Release notes

  • Fixed package dependency issues with jQuery.
  • Updated Cheerio version, which includes fixes to filter.
  • Several fixes to the el: false implementation.
  • Removed custom $.contains Node.js implementation.

Full Release Log

Contributing

Please read and follow the contribution guide before contributing.

Running the unit tests in the browser

Open test/index.html in your favorite browser to ensure LayoutManager works as expected.

Running the unit tests headless

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

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

[sudo] npm install grunt-cli -g

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

Donate

I do my very best to ensure top quality and continued progress with LayoutManager. Developers using, but not contributing, may want to consider leaving a small donation to show their appreciation.

All funds collected will find their way to the mspca organization. Thanks! :)

Donate

About

A layout and template manager for Backbone.js applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.2%
  • CoffeeScript 0.8%