Brought to you by Use All Five, Inc.
Author: Justin Anastos <[email protected]>
Author URI: [http://www.useallfive.com](http://www.useallfive.com)
Repository: https://github.com/UseAllFive/marionette.babyBird
Flatten deeply nested Backbone models and collections into a plain JavaScript object when using built-in Marionette.Renderer.
Include this file before your application attempts to render any templates.
This module requires Backbone, Marionette, and Underscore.
There is no checking done to catch circular dependencies.
To generate annotated source code, run grunt groc:local
.
You must install Pygments on your system as it is a dependency of groc:
pip install Pygments