Frontmatter
| id | 5778 |
| title | Portal App: adjust the index.html for minification |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 18, 2024, 12:22 PM |
| updatedAt | Aug 18, 2024, 12:22 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5778 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 18, 2024, 12:22 PM |
currently, our minifier can not handle line breaks inside tags:
<link href="...">will result in (broken):
while we could adjust the parser, let us reformat the link as a quick win.