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
local plugins should be within the plugins directory for prod usage. With dev mode, a plugin can be placed within the workspace directory, follow the convention of teracy-dev extensions for location lookup and path.
When a plugin is updated, make sure to re-install the plugin (gem) so that vagrant gets the latest code of the plugin.
I guess we could introduce: is_local and location option for plugin config so that we know it's a local plugin to handle properly.
The text was updated successfully, but these errors were encountered:
local plugins should be within the
plugins
directory for prod usage. With dev mode, a plugin can be placed within theworkspace
directory, follow the convention of teracy-dev extensions for location lookup and path.When a plugin is updated, make sure to re-install the plugin (gem) so that vagrant gets the latest code of the plugin.
I guess we could introduce:
is_local
andlocation
option for plugin config so that we know it's a local plugin to handle properly.The text was updated successfully, but these errors were encountered: