Thread Starter
Hahmo
(@hahmo)
Thanks, this works, didn’t find the right function to filter right away and got lazy – thanks for answering! There is nothing wrong with the plugin, it works just fine, but with this client I have a special buildup, and I must generate all canonicals by myself.
Best, Antti
Thread Starter
Hahmo
(@hahmo)
Found out that you can control compression level by altering variable $formatter in scss-library/src/ScssLibrary.php (line 232):
Original:
$formatter = ‘ScssPhp\ScssPhp\Formatter\Expanded’;
Modified, e.g.:
$formatter = ‘ScssPhp\ScssPhp\Formatter\Crunched’;
Thread Starter
Hahmo
(@hahmo)
Thanks Rene – made some experiments before your answer: not sure, but I think that ticking the Remove Data on Uninstall box (in settings) and then deleting the plugin also severs ties between the original site and the staging site.