typed-css-modules icon indicating copy to clipboard operation
typed-css-modules copied to clipboard

Does it manage multiple directory in any way ?

Open DavidBabel opened this issue 6 years ago • 1 comments

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

DavidBabel avatar Mar 11 '19 22:03 DavidBabel

AFAIK, you should be able to do it like this:

tcm . --pattern ./{common,formats}/**/*.scss

rfgamaral avatar Jul 07 '19 12:07 rfgamaral