linemanjs / lineman

Lineman helps you build fat-client JavaScript apps. It produces happiness by building assets, mocking servers, running specs on every file change
MIT License
1.18k stars 80 forks source link

support glob path expansion with a `lineman config --expand` flag #266

Open davemo opened 10 years ago

davemo commented 10 years ago

screen shot 2014-05-20 at 12 13 06 pm

I'd like to be able to have a flag, something like lineman config --expand which would both interpolate the underscore <%= files.webfonts.vendor %> and also expand the glob path to get the list of matched files so I can see them using the nice keypath navigation of lineman config.

Right now the only way to sort of achieve this is with lineman run -v :P

malcolmalex commented 10 years ago

I'd +1 that.

davemo commented 10 years ago

As per @jasonkarns recommendation going to rename this to --expand