generator-chisel icon indicating copy to clipboard operation
generator-chisel copied to clipboard

Add support for building Gutenberg blocks

Open marcinkrzeminski opened this issue 5 years ago • 2 comments

Hey,

I'm playing around with Gutenberg lately and it's not easy to make it work with Chisel. There's an official npm package: https://www.npmjs.com/package/@wordpress/scripts. Not sure how hard would it be to integrate with our workflow but this might be an extra point for Chisel.

marcinkrzeminski avatar Jul 19 '19 17:07 marcinkrzeminski

take a look at create-guten-block it‘s awesome:

https://github.com/ahmadawais/create-guten-block

no need for integration since you create a wp-plugin which extends your blocks

mortensassi avatar Jul 22 '19 12:07 mortensassi

Hi @mortensassi

I already did, thanks 👍. I was thinking of something out of the box in Chisel. I'm testing some solution at the moment. Will share more details if I succeed ;).

marcinkrzeminski avatar Jul 22 '19 13:07 marcinkrzeminski