Buslowicz / twc

TypeScript based, boilerplate-less, Polymer toolbox friendly Polymer Modules
32 stars 1 forks source link

Simplify globbing pattern #50

Closed tpluscode closed 7 years ago

tpluscode commented 7 years ago

The command line accepts a glob pattern but it has to end with the extension like twc ts/**/*.ts --out-dir dist.

Would it be nice to make it just twc ts/**

tpluscode commented 7 years ago

I'd also make this explicit in the readme

Buslowicz commented 7 years ago

Can't change it. Globs are expanded by terminal before command is even executed, so twc has no control over it.