Skip to content

Please support excluding directories while collecting files to be processed #23

@brlin-tw

Description

@brlin-tw

Currently, the logic calls glob.sync without specifying the options argument, this will lead to a problem where one needs to exclude certain directories to be included(e.g. node_modules):

var files = glob.sync(this.inputDirectory + this.matcher);

Please allow optionally specified options via the class interface.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions