Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 353 Bytes

custom-block-workflow.md

File metadata and controls

5 lines (3 loc) · 353 Bytes

Custom Block Workflow

GulpWP includes support for compiling custom blocks using the @wordpress/scripts package. Custom blocks should be created as subfolders in src/blocks/ which are transpiled to dist/blocks/ and automatically enqueued in includes/blocks.php.

@TODO: How to scaffold new custom blocks.