Skip to content

Instantly share code, notes, and snippets.

@jgonzalezd
Last active February 12, 2017 00:59
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 jgonzalezd/f35e0cbb604f5be62703d971aea6c58f to your computer and use it in GitHub Desktop.
Save jgonzalezd/f35e0cbb604f5be62703d971aea6c58f to your computer and use it in GitHub Desktop.
app/
├── assets/
| ├── javascripts/
│ | ├── application.js
| │ ├──pages/
| | | ├──home.js
| | | ├──home/
| | | ├──hero.js
| | | ├──search_form.js
| ├── stylesheets
│ | ├── application.scss
| │ ├──pages/
| | ├──home.scss
| | | ├──home/
| | | ├──hero.scss
| | | ├──search_form.scss
├── views/
├──layouts/
| ├──applicatoin.html.erb
├──pages/
├──home.html.erb
├──home/
├──hero.scss
├──search_form.scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment