create-cloud-block
create-cloud-block copied to clipboard
A boilerplate generator for building Gutenberg Cloud blocks.
The listed website [`gutenbergcloud.org`](https://gutenbergcloud.org/) seems to be broken. 1. The SSL certificate is expired 2. The landing page displays `Passenger error #3` 
It looks like prettier is running on the compiled js. I don't think that should happen. Output from the console: ```bash Failed to compile. ./src/globals/fake-data.js Line 1: Replace `(new·Date()` with...
After 'npm run build', nothing is generated in the 'build' dir.
Could do with troubleshooting guidance for windows as I had a multiple issues trying to get this running on windows (7) and ubuntu (16). Running: `npx create-cloud-block test-block` reuslts in...
Last **Cloud Blocks** release ([1.0.7](https://github.com/front/cloud-blocks#107)) allows the upload of custom blocks via zip files. Would be nice that generated blocks have a `build-block` script to create the zip file (which...