TypeStrong / grunt-ts

A grunt task to manage your complete typescript development to production workflow
https://www.npmjs.com/package/grunt-ts
MIT License
330 stars 121 forks source link

Rewrite anything that relies on utils.copyFileSync #310

Closed nycdotnet closed 8 years ago

nycdotnet commented 8 years ago

copyFileSync is awesome until it intermittently bombs because it's not really synchronous and the files are still in use. Sadly, anything that uses it in the tests should be rewritten to use an async copy that can ensure all writes are complete.

nycdotnet commented 8 years ago

This is implemented with e887e54c694d65557084af0f6014a438a0425837.