Skip to content

support multiple . in file extensions #127

Closed
@vapier

Description

@vapier

we use .in extensions to indicate a file is a partial input. so if it has .html.in, it means we'll run some utility over it to produce the final .html file.

this setting does not work:

  "html/html-extensions": [".html", ".html.in"]

instead, we need to list .html & .in. but that means it now checks .js.in files too which we don't want.

can the extension test be expanded to support this ?

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