Closed kate-hall closed 4 years ago
Update: glob seems to work in quotes at the root level if I use the --replace
flag instead of a different directory.
You can pass as many globs as needed in a single command, like postcss foo/*.css bar/*.css
. Does that help?
Any update of this issue?
Closing for lack of response.
My issue is similar to the one described here: https://github.com/stylelint/stylelint/issues/1970
The glob pattern only outputs files from the top level or one level deep. Any further nested items are skipped.
My usage is as follows:
This will output the following files:
If I surround the glob pattern with single quotes, I get ALL nested subdirectories no matter how deep, but none of the files at the root level.
Now outputs the following files:
Any idea of how to fix this without writing two commands to catch the root files? I'm using v6.1.2.