search for: path_to_spiffy_plugin

Displaying 1 result from an estimated 1 matches for "path_to_spiffy_plugin".

2009 Sep 01
0
script/plugin install vs git submodule add
I''ve found several web pages that describe how to use git submodules to install plugins, but it seems that those pages are missing something (or more likely, I am) . In a nutshell, they advise replacing $ script/plugin install git://path_to_spiffy_plugin with $ git submodule add git://path_to_spiffy_plugin vendor/plugins/spiffy_plugin It seems to me that these are not exactly equivalent... aren''t there installation scripts that get run when one runs "script/plugin install"? Is it as simple as manually looking for a vendor/plu...