Skip to content

Instantly share code, notes, and snippets.

@cjdsie
Created September 13, 2012 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjdsie/3718592 to your computer and use it in GitHub Desktop.
Save cjdsie/3718592 to your computer and use it in GitHub Desktop.
Wirefy File Structure
Wirefy/
├── index.html
├── sass/
| ├── base.scss
| ├── layout.scss
├── css/
| ├── base.css
| ├── layout.css
├── img/
| ├── nav-icon.png
| ├── themes.gif
├── js/
| ├── plugins
| ├── helper
| ├── jQuery
| ├── modernizr
| ├── selectivizr-min
| ├── script
├── robots.txt
├── fonts/
| ├── fontawesome-webfont.eot
| ├── fontawesome-webfont.svg
| ├── fontawesome-webfont.svgz
| ├── fontawesome-webfont.ttf
| ├── fontawesome-webfont.woff
├── templates/
| ├── blog
| ├── contact
| ├── gallery
├── humans.txt
└── README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment