wordpress
wordpress copied to clipboard
WP scripts as build process example
Let's consider using WP scripts as build process example. This would replace Gulp.
General idea is that if there is a tool from WP project, let's at least test.
Run build from root for all assets
It is also possible to handle all builds from the root of the project using NPM workspaces.
- Parent and child theme assets
- Possible custom plugins assets
This might need separate "seravo-example-project" showcasing the idea.