You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If not that, then I think the configuration should have something like plugin_order: [], which by default is set as the stack of plugins as they're registered.
Description
Now there is no built-in mechanism to specify an order of plugins. Sometimes, you need to run plugins in a specific order.
For example, I have made a custom
rake
task to register plugins in a specific order:Describe the solution
It would be nice to be able to specify
run_before
andrun_after
in the configuration file.For example:
Alternatives you considered
Custom script or
rake
task to register plugins in a specific order.The text was updated successfully, but these errors were encountered: