-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have docpad run the local docpad installation if it exists... #620
Comments
I personally think this is a good idea. It'll allow the user more control over what version of DocPad to use in specific projects. It'll also remove the need for updating the global version of DocPad with each update no? |
Yeah, updates would then become suggestions. Rather than warnings. The concern here is that before We just need a way to guarantee the implementation of this feature won't make it worse. As we really need both to be in sync as much as possible. |
Perhaps one way is so that the global docpad installation auto-updates itself, but the local docpad installation only updates via |
Alternatively, we could have it so |
I like that last option. :) |
|
- v6.51.0 August 29, 2013 - Better upgrade `docpad upgrade` and update `docpad update` experience - Thanks to [drguildo](https://github.com/drguildo) and [Eduan Lavaque](https://github.com/Greduan) for [issue #619](#619) - DocPad will now run the local installation if it exists (avoid this by using the `--global` flag) - Thanks to [Eduan Lavaque](https://github.com/Greduan) and [flamingm0e](https://github.com/flamingm0e) for [issue #620](#620) - Added the ability to uninstall plugins via `docpad uninstall <pluginName>` - Updated dependencies
Implemented in v6.51.0.
The reasoning for |
Cool, already updated. :) |
- v6.51.0 August 29, 2013 - Better upgrade `docpad upgrade` and update `docpad update` experience - Thanks to [drguildo](https://github.com/drguildo) and [Eduan Lavaque](https://github.com/Greduan) for [issue #619](#619) - DocPad will now run the local installation if it exists (avoid this by using the `--global` flag) - Thanks to [Eduan Lavaque](https://github.com/Greduan) and [flamingm0e](https://github.com/flamingm0e) for [issue #620](#620) - Added the ability to uninstall plugins via `docpad uninstall <pluginName>` - Updated dependencies
Not sure if this is a good idea or not?
The text was updated successfully, but these errors were encountered: