Skip to content

Commit

Permalink
Install marionette.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytroyarmak committed Feb 5, 2014
1 parent 113afb8 commit b21e292
Show file tree
Hide file tree
Showing 3 changed files with 2,536 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"bootstrap": "~3.1.0",
"backbone": "~1.1.0",
"jquery": "~2.1.0",
"underscore": "~1.5.2"
"underscore": "~1.5.2",
"marionette": "~1.6.1"
}
}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ <h2 class="page-header text-center"><%= isNew ? 'Create' : 'Edit' %> Contact</h2
<script src="vendor/jquery/jquery.js"></script>
<script src="vendor/underscore/underscore.js"></script>
<script src="vendor/backbone/backbone.js"></script>
<script src="vendor/marionette/lib/backbone.marionette.js"></script>

<script src="app/js/app.js"></script>
<script src="app/js/models/contact.js"></script>
Expand Down
Loading

0 comments on commit b21e292

Please sign in to comment.