oxyc

Results 45 comments of oxyc

ping @geerlingguy you might be interested in https://github.com/kinglouie/ansible-role-macos as well

I used this on a multisite with acorn v2 and parent/child themes that had similar issues, maybe it’s useful https://gist.github.com/oxyc/d5f62c41b6ed87f743d33c1b3c5a5c30

So 6 months later I updated acorn :) In `functions.php` I changed: ```diff @@ -40,7 +40,12 @@ if (! function_exists('\Roots\bootloader')) { ); } -\Roots\bootloader()->boot(); +$bootloader = \Roots\bootloader(); +$bootloader->getApplication()->bind( + \Roots\Acorn\Bootstrap\LoadConfiguration::class,...

@ouun Ill reply here instead of the acorn issue queue. I haven’t checked if that part of the acorn bootstrap has changed in v3 but it did fix it in...

@QWp6t two issues: 1. Seems you can no longer change the paths for `library` package types. Even composer-installers-extneder doesn't work at the moment https://github.com/oomphinc/composer-installers-extender/issues/26 2. The `autoload` composer.json property would...