Replies: 1 comment
|
Looking at a few example plugins it looks like a lot of them add their hooks in
Although this one seems to add their hook directly in the root So it looks like any code inside or |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
going over the documentation here https://bundler.io/guides/bundler_plugins.html#using-bundler-hooks - I didn't understand where to actually put this part:
Does it go into the my_plugin.rb file? Under any specific module, like the command override? I can't get it to work, please help.
Thank you!
All reactions