Results 72 comments of Ben Word

> Enqueue index.js into page. How exactly are you doing this? Are you using the bundle function from Acorn?

This PR doesn't work for me :eyes: Steps tested on a regular Bedrock install: 1. `composer require roots/acorn` 2. `composer require roots/acorn-prettify` 3. `wp acorn optimize:clear` 4. Pull in the...

Can you please post some actual code needed to reproduce this?

> but I've always felt the opinionated requirement of Bootstrap let it down. have you looked at the starter theme lately? there's a few minor things you need to do...

is this issue for this repo? this isn't being used in bedrock yet, but the autoloader in bedrock was updated yesterday https://github.com/roots/bedrock/pull/437 what version of bedrock are you using —...

Please use complete sentences to elaborate on your request. This is far too vague. We need more information. What specific problem are you trying to solve? The Trellis repo contains...

we'll be switching to laravel mix as the default instead of making it an option during install https://github.com/roots/sage/pull/2011

from https://discourse.roots.io/t/no-option-prompts-for-composer-sage-install-on-windows/11339/3?u=benword: > I ran into this as well. To work around it, run these commands from within your theme directory: ``` ./vendor/bin/sage meta ./vendor/bin/sage config ./vendor/bin/sage preset ```

weird, can't re-reproduce and we haven't seen any other reports of this does running `composer run-script post-create-project-cmd` from the theme directory cause the interactive prompt to start? have you tried...