ChrisPei / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Support YAML flow-style build files #437

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Gyp's build file format is already block-style YAML, but some people (myself 
included) may find flow-style easier to read and edit. So I propose that PyYAML 
be used to read build files and fall back to the current method when the module 
isn't available. No changes to existing build files would be required.

Original issue reported on code.google.com by cypher...@gmail.com on 16 Jun 2014 at 11:45

GoogleCodeExporter commented 9 years ago
My apologies, I got the terminology mixed up. The existing format uses flow 
style and I'm proposing support for block style.

Original comment by cypher...@gmail.com on 16 Jun 2014 at 11:47