-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
It would be nice to be able to pass a list of files instead of a file glob. Especially if some templates are autogenerated then you typically have a Makefile variable for that, and you don't want to glob over build artifacts. Right now it seems I have to do do a workaround like
nghtml2js --files "{$(shell echo $(HTML) | sed 's/ /,/g' )}"
The commandline args would have to be slightly different to support a variable-length list of files, e.g. nghtml2s [options] file1 file2 ...
Metadata
Metadata
Assignees
Labels
No labels