kirby-blade
kirby-blade copied to clipboard
Option `doMakeSameDomainsLinksRelative` requires array, not boolean
Hey there,
when looking at voku/htmlmin
options, it's clear that doMakeSameDomainsLinksRelative
is the only option receiving an array (not a boolean like the others). Therefore, it's logical that passing true
/ false
inside config.php
throws a TypeError
:
I'd suggest passing every option 'as-is', or at least check for $option == 'doMakeSameDomainsLinksRelative'
:confused:
Cheers, S1SYPHOS
FYI I opened an issue over at voku/htmlmin
because I find the naming scheme somewhat inconsistent.