question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

html code broken with version 1.3.0

See original GitHub issue

since I’ve update to 1.3.0, my code is broken

finally I realized that it’s happening at least with label tags

if you try this code in http://kangax.github.com/html-minifier/

<label class="input-wrapper">
    <div class="text-label"></div>
</label>

you will get this code:

<label class=input-wrapper></label><div class=text-label></div>

instead of:

<label class=input-wrapper><div class=text-label></div></label>

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:3
  • Comments:13

github_iconTop GitHub Comments

1reaction
sumitkmcommented, Mar 18, 2016

@alexlamsl the ‘bugs’ have been a ‘blessing in disguise’. We had to ‘fix’ non-compliant html in a hurry 😄. looking forward to the next npm publish.

1reaction
sumitkmcommented, Mar 18, 2016

@dciccale I think you can’t have stuff inside span but we have the same problem. I am trying the following setting, works for me, but I have very conservative minification, ymmv!

opts =
{
 ...
 includeAutoGeneratedTags: false
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Broken Markdown Syntax Highlighting since 1.3.0 · Issue #9075
I edited the original post, I hadn't used code for markdown in a while and was attempting to finally switch. It appears the...
Read more >
Update to 1.3.0 broke my site - WordPress.org
I upgraded the site this morning and my site broke. I rolled back to the backup I made before I updated. I was...
Read more >
What's New at The W3C Markup Validation Service
Bug Fix: in version 0.8.2, revalidation of an uploaded file was broken (missing markup in the HTML form). Updates: Added support for XHTML...
Read more >
Upgrading your build from Gradle 5.x to 6.0
Potential breaking changes. Android Gradle Plugin 3.3 and earlier is no longer supported. Gradle 6.0 supports Android Gradle Plugin versions 3.4 and later....
Read more >
Changelog — conan 1.56.0 documentation
Version model has been ported from 2.X to keep the same behavior in Conan 1.X. #11823; Bugfix: Fixed cpp_std flags when using C++20....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found