LearnNewsExamplesServices
Frontmatter
id5778
titlePortal App: adjust the index.html for minification
stateClosed
labels
enhancement
assigneestobiu
createdAtAug 18, 2024, 12:22 PM
updatedAtAug 18, 2024, 12:22 PM
githubUrlhttps://github.com/neomjs/neo/issues/5778
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtAug 18, 2024, 12:22 PM

Portal App: adjust the index.html for minification

Closed v8.1.0 enhancement
tobiu
tobiu commented on Aug 18, 2024, 12:22 PM

currently, our minifier can not handle line breaks inside tags:

<link
        href="...">

will result in (broken):

<linkhref="...">

while we could adjust the parser, let us reformat the link as a quick win.

tobiu added the enhancement label on Aug 18, 2024, 12:22 PM
tobiu assigned to @tobiu on Aug 18, 2024, 12:22 PM
tobiu referenced in commit a740bf6 - "Portal App: adjust the index.html for minification #5778" on Aug 18, 2024, 12:22 PM
tobiu closed this issue on Aug 18, 2024, 12:22 PM