When working through the spine contacts tutorial, there are a few things missing (as of 4/20/2012) to get the final pretty output.
Edit slug.json to include spine/lib/list as a dependency.
Edit Main to include the following
className: 'main stack'The public index should export the app in this manner:
exports.app = new App({el: $("#article")});The body should contain the following:
<header id="header"> <h1>Spine Contacts</h1> </header> <article id="article"></article>Finally, copy over the fancy css from the github repo!