tiny-html-minifier icon indicating copy to clipboard operation
tiny-html-minifier copied to clipboard

Minify HTML in PHP with just a single class

Results 20 tiny-html-minifier issues
Sort by recently updated
recently updated
newest added

Hej, I currently have the problem that direct child selectors in CSS break the code. What I mean is the following: ```html .a > .b {} ``` will be rendered...

With text ■Campaign Overview update: result:

Hi, Great work! Thank you. The minify program destroys javascript codes with ">" in it, even though "script" is in skip section. Please see attached sample file. [sample.html.gz](https://github.com/jenstornell/tiny-html-minifier/files/7361035/sample.html.gz) .

Hello I try to add the project on our platform by composer, but I couldn't find any version of it, can you please help us and add composer support to...

When I'm trying to minify my HTML newsletter document, some newsletters doesn't convert normally to string, and this make a mistake when i trying to convert minify result to string...

This pull request fixes some cases where the HTML file is parsed incorrectly when there is a greater than symbol inside of an element content, such as a script tag,...

Below will break. ```php console.log('Script > are not minified'); console.log('This is inside a script tag'); ```

Not sure what this even requires as I've never looked into making my own composer package but would be cool. Also you should probably use a namespace....

Preserve conditional comments like ``` ``` --- This change is [](https://reviewable.io/reviews/jenstornell/tiny-html-minifier/28)