pthrasher / snockets

Sprockets-style script concatenation for Node
119 stars 39 forks source link

Replace fs module with graceful-fs #46

Closed p3drosola closed 10 years ago

p3drosola commented 11 years ago

To avoid EMFILE, too many open files error in large projects.

https://github.com/isaacs/node-graceful-fs

pthrasher commented 10 years ago

Thanks for the contribution!