Closed glittershark closed 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.
Projections#file_for
*
**
**/*
This fixes #10
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