wangyu5 / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Include all files in a directory #202

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if gyp supported bash type globs or folders. Useful in cases 
where we include all files in a directory.

What steps will reproduce the problem?
'sources': [
        'src/*',
],

What is the expected output? What do you see instead?
All files from a folder included in the target.
See a unreachable file included called "*"

Original issue reported on code.google.com by v.a.shre...@gmail.com on 14 Jul 2011 at 1:15