Stable: 0.9.2
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.
http://layoutmanager.org/From-0.8-to-0.9
- Updated AMD define shim to use UMD which fixes issues in some R.js builds.
- Updated views property to accept functions that return values, see #367.
- Fixed Node.js file lookup that was scoping to
__dirname. - Ensured all examples work.
- Hooked up Coveralls for monitoring and displaying code coverage during builds.
Please read and follow the contribution guide before contributing.
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 -gqRun grunt inside a terminal in the project directory to run the tests in both
a headless browser and Node.js environment.


