Steve Persch
Steve Persch
Putting the backstop test results in the `CIRCLE_ARTIFACTS` directory allows for them to be accessed through the Circle UI.  Here is an...
Hi @enzolutions. This PR is mostly straight spelling fixes. I also included some rephrasing of sentences.
Cool idea! Distill seems to overlap with RESTful module: https://www.drupal.org/project/restful https://github.com/RESTful-Drupal/restful Have you talked at all the the author of RESTful @amitaibu?
@greg-1-anderson, with [the composer vendor directory having been removed from Drupal 8.1.x](https://www.drupal.org/node/1475510), we should document how this repo will handle that change.
@ataylorme, do you have thoughts on what a CI process would/should look like for this plugin?
I'm starting to develop a Pantheon orb over in https://github.com/pantheon-systems/circleci-orb. This WIP PR will help me validate that the orb is working.
Our `composer.json` directly requires packages that are also brought in by `drupal/coder` and `drupal/drupal-extension`. I don't think we get a benefit from directly requiring these. It makes this project appear...
@greg-1-anderson, [add-commit-comment](https://github.com/pantheon-systems/example-drops-8-composer/blob/master/scripts/github/add-commit-comment), seems like exactly the kind of file we just discussed as belonging better in the container rather than the project repo. Do you agree?
Although they are both less than 100 lines, both `composer.json` and `circle.yml` have a lot of complexity that we are likely to copy into other repos for WordPress, Drupal 7,...
Here is a break-out issue from https://github.com/pantheon-systems/example-drops-8-composer/issues/61#issuecomment-315160708 In that comment @greg-1-anderson questioned if `build-assets`, which wraps `composer install` is needed. Could we instead just call `composer install` and expect project...