Skip to content

Instantly share code, notes, and snippets.

@jlindsey
Last active December 19, 2015 11:09
Show Gist options
  • Save jlindsey/5945800 to your computer and use it in GitHub Desktop.
Save jlindsey/5945800 to your computer and use it in GitHub Desktop.
.
├── public
│   ├── img
│   └── .gitkeep
├── src
│   ├── coffee
│   │   ├── collections
│   │   ├── models
│   │   ├── routers
│   │   ├── views
│   │   └── app.coffee
│   ├── img
│   ├── jade
│   │   └── templates
│   │   │ └── layout
│ │ └── index.jade
│   └── less
│   └── screen.less
├── .gitignore
├── Gruntfile.coffee
├── README.md
├── bower.json
└── package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment