Skip to content

Instantly share code, notes, and snippets.

@calebhearth
Created August 21, 2012 13:36
Show Gist options
  • Save calebhearth/3415475 to your computer and use it in GitHub Desktop.
Save calebhearth/3415475 to your computer and use it in GitHub Desktop.
taxonomy of a project idealized
|-- app
| |-- assets
| | |-- images
| | |-- behavior
| | `-- styles
| | |-- components
| | | |-- *_helpers.scss
| | |-- globals
| | | |-- *_helpers.scss
| | | `-- variables.scss
| | |-- plugins
| | |-- sections
| | `-- shared
| |-- controllers
| |-- helpers
| |-- mailers
| |-- models
| `-- views
| `-- layouts
|-- config
| |-- environments
| |-- initializers
| `-- locales
|-- db
|-- lib
| `-- tasks
|-- script
`-- spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment