oc-bootstrapper icon indicating copy to clipboard operation
oc-bootstrapper copied to clipboard

Using the special theme syntax "^"

Open alxy opened this issue 5 years ago • 1 comments

I wanted to have my theme in a separate repo and update it each time october install is run. I tried using the new ^themename (gitrepo) syntax, however, now the theme folder name also includes the special character ^. Is there something I am missing?

Regarding the functionality: Is it correct that this will always pull the latest changes from the specified git repo (overriding any changes in the local copy)?

alxy avatar May 14 '19 20:05 alxy

This feature currently is only supported by plugins. It would be relatively trivial to add the functionality for themes though:

https://github.com/OFFLINE-GmbH/oc-bootstrapper/blob/develop/src/Manager/ThemeManager.php#L24

vs

https://github.com/OFFLINE-GmbH/oc-bootstrapper/blob/develop/src/Manager/PluginManager.php#L24

tobias-kuendig avatar May 15 '19 05:05 tobias-kuendig