mathiasbynens / todo

1 stars 0 forks source link

`.npmignore` minifier #7

Closed mathiasbynens closed 10 years ago

mathiasbynens commented 11 years ago

This could be a quick mothereff.in tool. It would just take the contents of any .npmignore file and filter out rules that will be overruled by npm anyway. See https://github.com/isaacs/npm/issues/3476 and https://github.com/isaacs/npm/blob/9b44c76b0b300756fa9c3d240f71b8d56610ee89/node_modules/fstream-npm/fstream-npm.js#L89-L160.

mathiasbynens commented 10 years ago

Nah, package.json#files should be used instead anyway.