Skip to content

Instantly share code, notes, and snippets.

@beeblebrox3
Created January 16, 2015 20:07
Show Gist options
  • Save beeblebrox3/0043202c71e50797bdb6 to your computer and use it in GitHub Desktop.
Save beeblebrox3/0043202c71e50797bdb6 to your computer and use it in GitHub Desktop.
── js
├── app.js
├── bootstrap.js
├── components
│ └── componentX
│ ├── form.js
│ └── index.js
├── config.js
├── eventManager.js
├── helpers
│ ├── object
│ │ └── index.js
│ └── string
│ └── index.js
├── mixins
├── polyfills.js
├── services
│ ├── ServiceX.js
│ └── CouchDBInterface.js
└── triggers.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment