-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
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:
"preserve-paths": [
"wp-content",
"!wp-content/plugins/akismet",
"!wp-content/themes/twentyseventeen"
]Could this feature be added?
darthsteven
Metadata
Metadata
Assignees
Labels
No labels