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

improve performance of exclude #337

Closed ghost closed 8 years ago

ghost commented 8 years ago

Reworked exclusion logic to avoid recursing unnecessarily into excluded directories. Uses utils.getFiles instead of globExpander.

nycdotnet commented 8 years ago

I'll take a look at this soon. Thanks again for contributing.

nycdotnet commented 8 years ago

Thank you.