WyriHaximus / HtmlCompress

MIT License
78 stars 17 forks source link

Exclude tags or attributes #88

Open JoomBall opened 4 years ago

JoomBall commented 4 years ago

Hello, thanks for this very effective library. How can I exclude a tag or attribute or even a url using ajax?

For example: Before <img src="/images/image.jpg"> After <img src="images/image.jpg">

It removes the '/' before images and causes error.

At this moment I have modified the file voku/helper/HtmlMin.php private $doRemoveOmittedQuotes = false;

Thanks!