You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to use this package to install WordPress along with plugins and themes using only Composer.
The problem is, if I preserve wp-content as a whole, the files under plugins and themes that are included in WP core do not get installed at all.
What would really solve this issue for me is the ability to also add negated paths so that composer will still install those but not touch any other plugins/themes.
Something like this:
I am attempting to use this package to install WordPress along with plugins and themes using only Composer.
The problem is, if I preserve
wp-content
as a whole, the files underplugins
andthemes
that are included in WP core do not get installed at all.What would really solve this issue for me is the ability to also add negated paths so that composer will still install those but not touch any other plugins/themes.
Something like this:
Could this feature be added?
The text was updated successfully, but these errors were encountered: