Skip to content
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

read data from yaml files #159

Open
leobalter opened this issue Jul 6, 2015 · 3 comments
Open

read data from yaml files #159

leobalter opened this issue Jul 6, 2015 · 3 comments

Comments

@leobalter
Copy link
Contributor

Just like #155, harmonic can fetch data from yaml files.

Replacing a config.json with a config.yaml would be nice and a good alternative for other devs.

I wish I could have available time to write a PR, but I can't promise anything.

@UltCombo
Copy link
Member

UltCombo commented Jul 6, 2015

Implementing it shouldn't be too hard, but I wonder what to do in some edge cases. What if there's a config.json and config.yml in the same directory? One takes precedence over the other? Merge both of them? Throw an error? Whatever decision is taken, it would be nice to have documented.

@leobalter
Copy link
Contributor Author

stablish an order (json first, perhaps) and a output non-blocking warning.

@jaydson
Copy link
Contributor

jaydson commented Jul 7, 2015

Yep, JSON first makes sense, as it was initially supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants