katiefenn / parker

Stylesheet analysis tool.
Other
2.47k stars 73 forks source link

Fix katiefenn/parker#30. #31

Closed peterjmag closed 9 years ago

peterjmag commented 9 years ago

This uses https://www.npmjs.org/package/graceful-fs as a drop-in replacement for the fs module. This will of course have a minor performance impact, but it should make Parker more resilient when processing large numbers of stylesheets.

See also: http://stackoverflow.com/a/15934766/349353 https://github.com/joyent/node/issues/5401#issuecomment-17399695

kitation commented 9 years ago

Thanks for your pull request, it has been accepted. Very sorry for the long wait!