-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
After switching to klaw, I seem to be having some issue loading only files with a certain name.
Say I want to recursively load only files named package.json. It seems like I could do something like:
var klawSync = require('klaw-sync')
var paths = klawSync('/some/dir', {ignore: '!**/package.json'})
I have also tried several other variations of the ignore pattern but nothing seems to match properly.
I am probably missing something obvious... Any ideas?
Metadata
Metadata
Assignees
Labels
No labels