-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
On my current project, that uses Statix, I have just renamed a few directories that I think might be of use to Statix as well, so...
.
├── _grunt-configs
├── img
├── js
├── scss
└── statix
├── dist
│ ├── assets
│ ├── docs
│ └── index.html
└── src
├── data
├── helpers
└── templates
├── includes
│ └── snippets
├── layouts
└── pages
└── docs
New
.
├── _grunt-configs
├── img
├── js
├── scss
└── statix
├── dist
│ ├── assets
│ └── docs
└── src
├── data
├── helpers
└── templates
├── components
├── partials
│ └── snippets
├── layouts
└── views
└── docs
These changes more closely match the directory structure of the scss folder and will hopefully ensure people use them in a similar way. Also templates/components is used quite successfully in my styleguide-driven development to for Handlebars partial files. What do you think? Happy to submit a PR if needed
Metadata
Metadata
Assignees
Labels
No labels