Buslowicz / twc

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

Running for directory should preserve paths #51

Closed tpluscode closed 7 years ago

tpluscode commented 7 years ago

Maybe I'm doing something wrong, because I thought it worked before. I try running

twc ts/**/*.ts -out-dir js

With the ts folder structure like

/
|-- ts
    |-- my-app
        |-- my-app.ts
    |-- my-menu
        |-- my-menu.ts

I'm getting a flat structure as result where I'd expect it to resemble that above

/
|-- js
    |-- my-app.d.ts
    |-- my-app.html
    |-- my-menu.d.ts
    |-- my-menu.html
Buslowicz commented 7 years ago

Would be handy if you checked previous versions if it worked before. Nevertheless, it's a bug, need to fix that :P.