Include a11y_autocomplete_widget and JS dependency using foxy/vite method from #frontend_bundler_initiative
3 unresolved threads
Compare changes
Conflict: This file was modified in the source branch, but removed in the target branch.
Ask someone with write access to resolve it.
@@ -11,3 +11,7 @@ for name in $(find . -maxdepth 1 -type d -name 'drupal_cms*' -printf "%P\n"); do
Normally we'd accomplish this by patching Foxy, in drupal_cms_patches/composer.json.
How would patching foxy help here? The purpose of this is to have the development branch of
a11y_autocomplete_element
with its composer.json/package.json files in place before the foxy plugin runs as part of composer post-installOh.... just use a patch instead of a dev branch, right. I can try that, the foxy plugin is kinda finicky and it may not work.
Yeah I tried adding the patch, but because it's in a recipe it doesn't get applied soon enough...
Ah, I see what you mean. Yeah, if
composer.json
itself needs to be patched, then the only thing we could do here is have the change committed upstream before we could add this to Drupal CMS, sadly. We cannot rely on issue fork repositories because they would only apply to a local Drupal CMS development set-up, rather than "real" projects.I don't intend for this to be merged, it's here so we can see it working. Commit would definitely have to wait until the module has a compatible release