Remove htmlOutputSuffix
Common Pitfall when input and output directories match.
#3327
Labels
breaking-change
This will have to be included with a major version as it breaks backwards compatibility.
Milestone
Read more about what happens when you use the same directory for
input
andoutput
:https://v2-0-1.11ty.dev/docs/languages/html/#using-the-same-input-and-output-directories
Read more about what the
htmlOutputSuffix
feature did:https://v2-0-1.11ty.dev/docs/config/#change-exception-case-suffix-for-html-files
From a GitHub search this feature is almost never modified from default: https://github.com/search?q=htmlOutputSuffix&type=code&p=1
Double processing templates should simply throw an error. Removing this feature would result in duplicate permalink errors.
The text was updated successfully, but these errors were encountered: