Open jedahan opened 6 years ago
Leaving this here because I would like to know if this is the best way to edit and test existing blocks
mkdir pibakery-blocks-new cp -r pibakery-blocks pibakery-blocks-new rm -rf pibakery-blocks-new/.git
vim pibakery-blocks-new/info.json
zip -r pibakery-block.zip pibakery-blocks-new
vim pibakery-blocks/info.json
The circular dependency of zips and updates is a bit confusing, is there a good way to remove this?
Leaving this here because I would like to know if this is the best way to edit and test existing blocks
edit some blocks
prepare the folder
edit the info.json
release the zip
go back and edit the source info.json
The circular dependency of zips and updates is a bit confusing, is there a good way to remove this?