We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there,
I like a lot this plugin, and i wonder if it's possible to pass multiples input directories in some way ?
For now i does something like :
tcm . --pattern ./common/**/*.scss ; tcm . --pattern ./formats/**/*.scss
But is there something like this followings i missed ?
tcm . --pattern ./common/**/*.scss --pattern ./formats/**/*.scss // or tcm ./common ./formats --pattern ./**/*.scss
The real problem here, is for --watch
The text was updated successfully, but these errors were encountered:
AFAIK, you should be able to do it like this:
tcm . --pattern ./{common,formats}/**/*.scss
Sorry, something went wrong.
No branches or pull requests
Hey there,
I like a lot this plugin, and i wonder if it's possible to pass multiples input directories in some way ?
For now i does something like :
But is there something like this followings i missed ?
The real problem here, is for --watch
The text was updated successfully, but these errors were encountered: