beardsvibe / buildfox

Minimalistic Ninja generator
MIT License
50 stars 8 forks source link

Improve globs patterns #151

Open jimon opened 8 years ago

jimon commented 8 years ago

Current version have very basic glob patterns, and if you want anything more advanced you are forced to use regexes in path. Would be nice to try to implement something like https://github.com/isaacs/node-glob

And also revisit filter patterns, now if you want to negate something you are forced to use regex as well.