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
wp-now: Allow plugins, themes or wp-content for 'wp-content' mode (#377)
Fixes#376
## What?
Allows the existence of `plugins`, `themes`, or `mu-plugins` to trigger
'wp-content' mode. Previously, 'wp-content' mode required both `themes`
and `plugins`.
## Why?
Some 'wp-content' projects may only have a `themes` or `plugins`
directory at the beginning.
## Testing Instructions
1. Tests should pass.
2. Run `nx preview wp-now start --path=/path/to/wp-content-project` and
verify the server starts as expected.
3. Run `nx preview wp-now start --path=/path/to/plugin-project` and
verify the server starts as expected.
4. Run `nx preview wp-now start --path=/path/to/wordpress-project` and
verify the server starts as expected.
0 commit comments