glittershark / projectionist

Command-line interface to the .projections.json format
MIT License
33 stars 1 forks source link

Make `#file_for` respect behavior of simple globs #13

Closed glittershark closed 10 years ago

glittershark commented 10 years ago

Make Projections#file_for respect the behavior of simple (*, no **) globs by replacing the * with **/* when it's at a path boundary. when it's at a path boundary.

This fixes #10