You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question: is this project still maintained or dead?
🐞 Bug Report
Using twig as template engine, twig parts like {{ text_header }} {{ text_other }} or <div class="ic-image {{ item.key}}"{{ item.style}}>
are changed in a way that it makes the output (the minifed version) useless (when not impossible to use because of changed code parts !).
Why?
This tool deletes also each space before {{ and also at }}, so {{ text_other }} becomes a {{ text_other}} (then why not deleting both spaces and only the second ??)
Means then the code must be ic-image {{ item.key}} it makes ic-image{{ item.key}} which does not work after minifacation!
Is there a workaround or setting which can be adjusted?
While this tool is great, but reworking each files after minifying it is a lot of work
Is this a regression?
Don't know ..
To Reproduce
See eplaination above ..
Expected behaviour
Code shall be as he is written - it makes sence the way!
OS: Win64
Browser name and version: does no matter in this case
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue in Josee9988/project-template! Be sure to follow the issue template and provide every bit of information to help the developers!
osworx
changed the title
[Bug] Question & Bug (hwne using twig(syntax)
[Bug] Question & Bug (using twig(syntax))
Oct 16, 2024
🐞 Bug Report
Using twig as template engine, twig parts like {{ text_header }} {{ text_other }} or
<div class="ic-image {{ item.key}}"{{ item.style}}>
are changed in a way that it makes the output (the minifed version) useless (when not impossible to use because of changed code parts !).
Why?
This tool deletes also each space before {{ and also at }}, so
{{ text_other }}
becomes a{{ text_other}}
(then why not deleting both spaces and only the second ??)Means then the code must be
ic-image {{ item.key}}
it makesic-image{{ item.key}}
which does not work after minifacation!Is there a workaround or setting which can be adjusted?
While this tool is great, but reworking each files after minifying it is a lot of work
Is this a regression?
Don't know ..
To Reproduce
See eplaination above ..
Expected behaviour
Code shall be as he is written - it makes sence the way!
The text was updated successfully, but these errors were encountered: