Alain Schlesser
Alain Schlesser
The reason why commands like this use `WP_Filesystem` is because we want to adhere to all permissions/security settings on the server that were configured for WordPress. Otherwise, we might create...
Would it make sense to add a `--probe` flag (which might be enabled by default) that tries to access the files through an external request?
I agree, we should look into getting rid of Grunt altogether. The tool itself is already pretty dated, and just including it for such simple stuff is a bad practice.
Related https://github.com/wp-cli/scaffold-command/issues/30
We will probably end up with several variations of blocks to be scaffolded, as it doesn't make sense to cover everything at the same time in one block. Do you...
@Shelob9 Adding support for modern tooling is generally a good idea. However, in this case, we'll end up with something that is not usable out of the box, as the...
...maybe the `scaffold plugin` would need an option to provide a basic webpack configuration for JS-heavy plugins... ?
> Introducing composer would be quite the change. As this is for testing only, I don't think it is that big of a deal, tbh, and it would solve a...
I agree, the entire scaffolding feature of tacking the WP Core unit tests onto plugins has lead to a lot of confusion. I have a few things I want to...