Steve Persch
Steve Persch
Thanks @e0ipso! I'll keep investigating options. I think I'll start a `contenta--take-2` branch to be merged into this `contenta` branch which is now a few months out of date.
Thanks @jrockowitz! Yes, we should add this change to keep example-drops-8-composer close to the drupal-composer project. Another difference in that section of composer.json is `"drush/contrib/{$name}": ["type:drupal-drush"]` vs. `"drush/Commands/{$name}": ["type:drupal-drush"]`. @greg-1-anderson...
> Let's discuss each potential improvement in its own issue Agreed. > We should be cautious about optimizations that introduce complexity, and do so only where necessary. Double agreed. I...
This package looks like a promising boilerplate reducer: https://github.com/hussainweb/drupal-composer-helper
@ataylorme can correct me if I'm wrong but I thought that part of the issue was that in WordPress it is not customary to have `themes/contrib` and `themes/custom` the way...
NM, I can't upload an mp4 to GitHub.
@sugaroverflow and @greg-1-anderson, let's discuss at our meeting today. cc @danielbachhuber
Part of @ataylorme reasoning for checking for PRs at all was to avoid time consuming Behat test runs if there is not a PR. Instead, we'd get faster/pass fail feedback...
That being said, if the we are keeping separate the jobs that create the multidev and the job that runs the Behat test (and I think we are) then those...
> I didn't actually recommend removing build-assets in the referenced issue; Sorry! I misunderstood. > I suggested we might need something other than a composer script to build assets Do...