gutenblock
gutenblock copied to clipboard
The easiest way to develop and release Gutenberg blocks (components) for WordPress
When running the docker watch, I am getting this error `ERROR: for wordpress Cannot start service wordpress: driver failed programming external connectivity on endpoint blocks_wordpress_1 (92276f168396b71072f54fc7b359a72669273720199ba52e27ea71be1ac3cd1c): Error starting userland proxy:...
Hi I have error in windows: My docker is:  Bur my terminal is:  
Just a heads up - Admin says update available - Plugin details shows "Blocks" plugin Might want to change the name of the blocks dir. ``` ncp(__dirname + '/../../plugin', `${process.cwd()}/blocks`,...
First off, thanks for gutenblock, it's great :) [webpack-serve](https://github.com/webpack-contrib/webpack-serve) has been deprecated; are there any plans to move to [webpack-dev-server](https://webpack.js.org/configuration/dev-server/)? I might be able to help with a PR if...
Hi Zack, Looking at the examples in this repo I couldn't find any blocks with styles. I would like to enqueue some structure styles to my block both on the...
This would be a big deal if possible: ``` const CustomBlock = ({ title }) => {title} ``` edit.js ``` ``` save.js ``` attributes.thing.map(thing => ) ``` It would mean...