johnpbloch / wordpress

A fork of WordPress with Composer support added. Branches, tags, and trunk synced from upstream every 15 minutes.
https://packagist.org/packages/johnpbloch/wordpress
602 stars 102 forks source link

Avoid installing default themes #14

Closed khromov closed 8 years ago

khromov commented 8 years ago

Is there any way to get rid of the default "Twenty" themes that are included when the Composer package gets installed?

johnpbloch commented 8 years ago

This isn't something we're going to do in this repository at the moment. It would be something worth considering for when I split out a new core package with no dependencies, though.

khromov commented 8 years ago

@johnpbloch Sounds like a good way forward. The reason I started this issue is because you typically have to update themes independently, and it'd be nice to do it with WPackagist. Right now you end up having to move wp-content/themes to avoid not being able to update the default themes without a core update.

christianztamayo commented 8 years ago

+1

khromov commented 8 years ago

Any movement on this? Installing johnpbloch/wordpress now forces you to also install 6 additional themes. (Twenty-ten to Twenty-fifteen) :cry:

puredazzle commented 7 years ago

+1

mickenorlen commented 5 years ago

+1

coreyworrell commented 4 years ago

Any updates on this @johnpbloch ?