Currently builder plugins' build methods are run in the order the plugins are registered. Generally this is (order of gem requires) + ("Zeitwerk" order of local files…likely alphabetical).
We should pull in the generator-style priority system…probably by altering the Builder class hierarchy so it ultimately inherits from Bridgetown::Plugin.
Currently builder plugins'
build
methods are run in the order the plugins are registered. Generally this is (order of gem requires) + ("Zeitwerk" order of local files…likely alphabetical).We should pull in the generator-style priority system…probably by altering the Builder class hierarchy so it ultimately inherits from
Bridgetown::Plugin
.