Skip to content

Instantly share code, notes, and snippets.

@dbox
Last active August 29, 2015 14:22
Show Gist options
  • Save dbox/37325380cc356fad21f4 to your computer and use it in GitHub Desktop.
Save dbox/37325380cc356fad21f4 to your computer and use it in GitHub Desktop.
rrssb 2.0
├── dist/
|   ├── css/
|   |   └── rrssb.min.css
|   ├── images/ 
|   |   └── facebook.min.svg  etc etc
|   ├── js/
|   |   └── vendor/
|   |   |   └── jquery.1.10.2.min.js
|   |   |   └── modernizr-2.6.2-respond-1.1.0.min.js
|   |   └── rrssb.min.js
|   └── index.html
├── assets/
|   ├── js/
|   |   └── vendor/
|   |   |   └── jquery.1.10.2.min.js
|   |   |   └── modernizr-2.6.2-respond-1.1.0.min.js
|   |   └── rrssb.js
|   ├── icons/
|   |   └── facebook.svg  etc etc
|   ├── scss/
|   |   └── rrssb.scss
|   bower.json
|   gulpfile.js
|   license.md
|   package.json
|   readme.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment