-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
includeAutoGeneratedTags not working properly #1045
Comments
+1 |
@onebelarusianguy you might want to try the latest version. I can not reproduce it in my fork and also not in the original project: |
@DanielRuf correct, but if you'd use closed tags |
In my opinion the There were similar issues about this and that is a valid solution. |
Here is a test case:
When I minify it with
includeAutoGeneratedTags
set tofalse
, I get the following output<!doctype html><div><header></header></div>
. As you can see, a closing</div>
is added. It is a huge problem when minifying template files.In case it is relevant, here are all the options which I have (although I did try to change them and they did not influence current behaviour with
div
):I thought that #540 was supposed to add an option to remove such behavior. Is there any other way yo turn off such additions of closing tags?
The text was updated successfully, but these errors were encountered: