Wizcorp / frontrunner

Automated HAProxy reconfiguration for Marathon
https://github.com/Wizcorp/frontrunner
MIT License
57 stars 2 forks source link

Use js-yaml instead yaml to parse the YAML files #7

Closed MiLk closed 10 years ago

MiLk commented 10 years ago

https://github.com/visionmedia/js-yaml is old, not maintained and doesn't support the entire YAML specification.

https://github.com/nodeca/js-yaml is well maintained and have a pretty good support of the YAML specification.

https://github.com/lorenwest/node-config will detect that js-yaml is available and use it.

stelcheck commented 10 years ago

LGTM, feel free to merge