gulpjs / liftoff

Launch your command line tool with ease.
MIT License
843 stars 52 forks source link

Folder traversing does not detect symlinked files. #63

Open TomiS opened 8 years ago

TomiS commented 8 years ago

I ran into this while using JSPM-cli that is apparently using this library, so this is more like a question/suggestion than an actual bug report. My original JSPM-related issue here: https://github.com/jspm/jspm-cli/issues/1597

Should folder traversing handle symlinked files as they were real files in that location? I think they probably should. :)