create-wordpress-plugin
create-wordpress-plugin copied to clipboard
meta.php requires a function in assets.php that can get deleted by configure process
Description of the bug
The meta.php file uses function validate_path found in assets.php. If you tell the configure process that the plugin will not have built assets, assets.php gets deleted causing a fatal error when you try to activate the plugin.
Steps To Reproduce
Run php configure.php
answer yes to "Do you want to delete the front-end files?"
Try to activate the plugin, you will get a fatal error.
Additional Information
No response