HtmlMin icon indicating copy to clipboard operation
HtmlMin copied to clipboard

:clamp: HtmlMin: HTML Compressor and Minifier via PHP

Results 23 HtmlMin issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | minor | `v3.0.5` -> `v3.3.3` | ---...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v2` -> `v3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [shivammathur/setup-php](https://togithub.com/shivammathur/setup-php) | action | minor | `2.16.0` -> `2.30.4` | ---...

#### What is this feature about (expected vs actual behaviour)? The script below produces this: ``` ____simple_html_dom__voku__html_special_script____ id="foo" type="text/html"> foo ``` #### How can I reproduce it? ```php $html =...

Input HTML: ```Get a complimentary organic lawn fertilizer with a lawn maintenance or bi-weekly subscription. Contact us to schedule!``` Expected output: ```Get a complimentary organic lawn fertilizer with a lawn...

#### What is this feature about (expected vs actual behaviour)? Should minify HTML, but throws `ParseError` #### How can I reproduce it? For testing purposes, I installed latest version and...

#### What is this feature about (expected vs actual behaviour)? While all options receive `bool` (which is intuitive, because their name suggests that you DO it or you DO NOT...

Well, title says it all :fox_face: --- This change is [](https://reviewable.io/reviews/voku/htmlmin/78)

I used https://github.com/nochso/html-compress-twig for years which worked great, but it doesn't support Twig 3 and is not maintained anymore, so I switched to HtmlMin for Twig. Migration was easy and...