Skip to content

Commit

Permalink
Merge pull request tastejs#1136 from samccone/sjs/backbone.marionette
Browse files Browse the repository at this point in the history
update marionette example to latest UI
  • Loading branch information
sindresorhus committed Feb 9, 2015
2 parents c898a78 + bf69d6e commit ef62053
Show file tree
Hide file tree
Showing 16 changed files with 9,909 additions and 8,899 deletions.
21 changes: 21 additions & 0 deletions examples/backbone_marionette/.gitignore
@@ -0,0 +1,21 @@
node_modules/backbone.marionette
!node_modules/backbone.marionette/lib/backbone.marionette.js

node_modules/todomvc-app-css
!node_modules/todomvc-app-css/index.css

node_modules/todomvc-common
!node_modules/todomvc-common/base.js
!node_modules/todomvc-common/base.css

node_modules/jquery
!node_modules/jquery/dist/jquery.js

node_modules/underscore
!node_modules/underscore/underscore.js

node_modules/backbone
!node_modules/backbone/backbone.js

node_modules/backbone.localstorage
!node_modules/backbone.localstorage/backbone.localStorage.js
11 changes: 0 additions & 11 deletions examples/backbone_marionette/bower.json

This file was deleted.

0 comments on commit ef62053

Please sign in to comment.