Almeric Boerman

Results 4 comments of Almeric Boerman

@khalwat not to hijack this issue but we also see the `getPathInfo()` error when running `php craft resave/assets` from the console. It's called here: https://github.com/nystudio107/craft-imageoptimize/blob/c07f0297fa1fafd66780f915a71485bd06033580/src/fields/OptimizedImages.php#L243 But a `craft\console\Request` apparently doesn't...

Just tested the new image-optimization branch under osx 10.8 and it looks like advpng is never called because it's never set to available. If I'm correct, this needs to be...

Did some more checks (with the mentioned change): `brew uninstall advancecomp` `ant minify` Gives me the "advpng NOT INSTALLED. SKIPPING OPTIMIZATION OF PNGs." warning (as expected) `brew install advancecomp` `ant...