ArjanSchouten / HtmlMinifier

Html minifier written in PHP
MIT License
22 stars 1 forks source link

Dissabling option is skipped when it's a default option #3

Closed ArjanSchouten closed 9 years ago

ArjanSchouten commented 9 years ago

When an option is enabled by default but disabled by the options passed to the run method of Minify.php the minifier will still run.

Expected outcome is that the passed options are overruling the default options.