If you’d like to run Gutenberg’s master
branch without creating your own build, you can use this plugin ZIP I’m building on a six hour cron:
https://builds.danielbachhuber.com/gutenberg-nightly.zip
Code language: JavaScript (javascript)
Install the Gutenberg nightly build via WP-CLI with:
wp plugin install https://builds.danielbachhuber.com/gutenberg-nightly.zip --force
Code language: JavaScript (javascript)
Once you’ve installed the Gutenberg nightly build, you’ll notice the version includes -alpha-
followed by a seven character alphanumeric hash (e.g. 610aa4e
).

This is an abbreviation of the Git hash at the time of the build. It’ll help you keep track as to whether you’re truly running the latest commit on master
.
If you’d like to replicate elsewhere, here’s the underlying build script:
From WordPress/gutenberg#6285.
3 Comments