dzuelke / wordpress-12factor

WordPress, the Twelve-Factor way: fully managed using Composer and configured using environment variables.
272 stars 102 forks source link

custom theme not installed #1

Open uhrohraggy opened 7 years ago

uhrohraggy commented 7 years ago

the default composer.json at the root has the path specified to include themes, and my theme has a composer similar to your example, but it's not getting installed, only the packagist ones are. Do i need to do anything aside from pushing to heroku?

running heroku run 'composer update' or install throws ading composer repositories with package information Updating dependencies (including require-dev) Package operations: 27 installs, 25 updates, 1 removal

update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [--with-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|

luizs81 commented 6 years ago

You can find the answer here https://github.com/roots/bedrock/issues/309