settings.yml vs bashly.yml #695
Replies: 3 comments 2 replies
|
In the projects I use bashly for I end up changing the path to the settings file for it to live near bashly, which I think is cleaner. See https://github.com/4lejandrito/cliferay/blob/master/Makefile#L6. |
|
I get why this may be confusing, especially for people coming to bashly at this stage, after it evolved over time. Everything you mentioned has a reason that may not be readily apparent, and was discussed multiple times in both issues and discussions. I will try to explain the rationale for the decisions you mentioned.
|
|
Thanks for the detailed answer. I've been using bashly for a while and always had this concern I wanted to clarify. The reasoning behind it is fair enough. As you said, bashly is configurable and this is really not a big issue for me. I was just curious. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I wonder why the
settings.ymlandbashly.ymlneed to coexist. I believebashly.ymlshould be the single source of definition and configuration. Why do I think this way?:bashly.ymlfile.bashly.yamlis more important and yet it gets buried into the src folder.commands_dirandtarget_dirare not consistent. The former expects a relative url to the src folder and the latter to the parent folder.bashly.yamlfile in the root folder it would be more intuitive.What do you think?
All reactions