TypeStrong / ntypescript

Nicer TypeScript for API devs
https://www.npmjs.com/package/ntypescript
Other
116 stars 20 forks source link

Unbreak the nightly build #23

Closed guncha closed 8 years ago

guncha commented 8 years ago

Typescript now has a transformers directory in ./src/compiler which caused the cp command to exit with message cp: omitting directory./src/compiler/transformers'` and exit code 1. The fix is to add -r flag to make it copy directories recursively.

basarat commented 8 years ago

Thanks! I've personally moved on to : https://github.com/basarat/byots as it

:rose: