Skip to content

Instantly share code, notes, and snippets.

@gmaliar
Created September 24, 2012 14:20
Show Gist options
  • Save gmaliar/3776180 to your computer and use it in GitHub Desktop.
Save gmaliar/3776180 to your computer and use it in GitHub Desktop.
backbone folder structure
├── img
├── css
├── js
│ ├── libs
│ │ ├── jquery
│ │ │ ├── jquery.min.js
│ │ ├── backbone
│ │ │ ├── backbone.min.js
│ │ └── underscore
│ │ │ ├── underscore.min.js
│ │ └── require
│ │ │ ├── require.js
│ ├── application
│ | ├── app.js
│ | ├── bootstrap.js
│ | ├── router.js
│ | └── text.js
│ ├── views
│ │ └── index
│ │ └── helpers
│ │ └── index.html
│ │ └── index.js
└── index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment