Eduardo Pittol

Results 5 comments of Eduardo Pittol

I had the same problem. In my repo I had only the gh-pages branch. What I did was create and checkout the master branch and execute the `deploy.sh`. See the...

I solved adding the `s3-uploads/inc/class-wp-cli-command.php` to `require` directive on `wp-cli.yml` file. ```yml require: - wp-content/plugins/s3-uploads/inc/class-wp-cli-command.php ```

Cool. The no-content package hasn't the default dist themes and plugins. Which is better when it's used the Composer to manage the dependencies. If some these default packages are necessary,...