baudehlo / node-fs-ext

Extras missing from node's fs module
MIT License
101 stars 45 forks source link

gyp support for node 0.6.x #12

Closed japj closed 12 years ago

japj commented 12 years ago

This is a patch for adding gyp support for running with node 0.6.x.

I also updated the tests to use the new bindings (build) path and to not use require.paths since that was removed.

I'm not sure how you want to handle 0.4.x support for your library.

You can manually test this by applying this pull request and: npm install -g node-gyp cd node-fs-ext node-gyp configure node-gyp build npm test

To complete the migration to node-gyp, the 'install' line (containing node-waf) should be removed from the package.json

baudehlo commented 12 years ago

Thanks. Merged.