Skip to content

Rename some directories #2

Description

@mrmartineau

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions