Skip to content

excludes path handling #6

@Cactusbone

Description

@Cactusbone

I'm using windows, so path are not using / but \.
I can't seem to ignore a whole folder deep in the handled path
For example:

"excludes": [
        "node_modules/",
        "lib",
        "mocha.styl"
    ]

do work but not

    "excludes": [
        "node_modules/",
        "./views/css/lib",
        "./views/css/test/components/mocha.styl"
    ]

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