Closed alsemyonov closed 9 years ago
These executables shouldn't have existed in the first place. I'll certainly take a look at this pull request!
@marnen, you could just install original version of the gem and check for executables (there will be both of them). Then uninstall it and try to install gem from my fork — there should not be any executable for middleman-rbeadcrumbs
. I have just tried it and made this pull request and another one for thoughtbot/factory_girl_rails#176 that have the similar issue with bin/setup
script.
That's basically what I was going to do.
I've been busy with moving house for the last week or so. I will get to this as soon as possible.
After installing
middleman-breadcrumbs
gem there are two executables installed, that uses common names (setup
andconsole
) and could potentially break anything in the system.setup
:console
:In reality they are not needed for middleman-breadcrumbs used in production, these scripts are only for development.