Skip to content

Specify list of files #3

@vbraun

Description

@vbraun

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions