Skip to content

Instantly share code, notes, and snippets.

@samccone
Last active August 29, 2015 14:16
Show Gist options
  • Save samccone/5262251141aca21fe075 to your computer and use it in GitHub Desktop.
Save samccone/5262251141aca21fe075 to your computer and use it in GitHub Desktop.
<html>
<head>
</head>
<body>
<div id="app"></div>
</body>
<script src="node_modules/jquery/dist/jquery.js"></script>
<script src="node_modules/lodash/index.js"></script>
<script src="node_modules/backbone/backbone.js"></script>
<script src="node_modules/backbone.marionette/lib/backbone.marionette.js"></script>
</body>
<script>
</script>
</html>
{
"dependencies": {
"backbone": "~1.1.2",
"backbone.marionette": "^2.4.1",
"jquery": "~2.1.3",
"lodash": "~3.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment