Describe the bug
When i execute "theme get -e dev" themekit rewrite my config.yml directory setting relative path with an absolute path. This behaviour make impossible to share my config with other user.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The line directory in the config.yml should remain unmodified.
Environment (please complete the following information):
If want to specify a directory then you should specify it with the --dir flag, theme get assumes that you are creating a new theme in that environment so it will use all the config you pass into the command to write to your config file. Otherwise it will use default settings.
Oh I see the problem now, I am saving absolute paths, sorry about the confusion. I can fix that! Thanks for the report!
Okay, I have merged a fix into master, this fix will be in the v1.0.1 release.
Great great job!
1.0.1 has been released today and this was fixed in that release