Skip to content

Instantly share code, notes, and snippets.

@couchoud
Created October 29, 2015 14:03
Show Gist options
  • Save couchoud/d66c2f1464ca9bb768c7 to your computer and use it in GitHub Desktop.
Save couchoud/d66c2f1464ca9bb768c7 to your computer and use it in GitHub Desktop.
Thrive file structure
/root
-- images
-- foo
-- stylesheets
-- fonts
-- components
-> contacts_modal.scss
-> report_modal.scss
-- vendor
-- bootstrap
-> modal.scss
main.scss
-- javascript
-- components
-> contacts_modal.js
-> report_modal.js
->contacts_modal.html
->report_modal.html
->index.html (optional)
-- release
.. Gemfile, bower, npm, etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment