Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

support multiple . in file extensions #127

Closed
vapier opened this issue Jun 15, 2020 · 1 comment
Closed

support multiple . in file extensions #127

vapier opened this issue Jun 15, 2020 · 1 comment

Comments

@vapier
Copy link

vapier commented Jun 15, 2020

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 ?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants