Adam Ross
Adam Ross
Follow-up: Interestingly enough, this passed tests.
Aha! This is the generator project, not grunt-drupal-tasks. That explains it :) This project does not test the behat execution.
Is there value in directly referencing core's config by default?
The src/config piece is just a branch for now, got it started on the idea that it wasn't ready for PR until someone adds the symlink task.
Also left out of the review, we should add a test case for opting into the profile and confirming the profile files are created.
@mike-potter various updates to the branch, please review. The new machine name validation I did by hand, here are my test cases: https://regex101.com/r/rvbdMN/1/tests
* [ ] Add a comment what `config_install` comes from.
This seems like a decent plan, I'd like to test this out and coordinate with generator-outrigger-drupal before merging. There should also be test coverage to at least confirm generation of...
In Drupal 8, the drupal-scaffold script is pulling down Drupal's top-level .eslintrc file, which consists of ``` { "extends": "./core/.eslintrc" } ``` Presumably, we could have gadget extend from that...
In general gadget avoids bundling direct application code beyond what's needed to select a distribution. This helps avoid responsibility on this project for the stability of resulting Drupal sites. As...