You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
davemo
changed the title
support glob path expansion with a lineman config flag
support glob path expansion with a lineman config --globs flag
May 20, 2014
As per @jasonkarns recommendation going to rename this to --expand
davemo
changed the title
support glob path expansion with a lineman config --globs flag
support glob path expansion with a lineman config --expand flag
May 20, 2014
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
:PThe text was updated successfully, but these errors were encountered: