cjss-group / CJSS

A CSS based web framework
https://cjss.js.org/
MIT License
670 stars 20 forks source link

add YAML support #9

Closed vilchesalves closed 5 years ago

vilchesalves commented 5 years ago

Hello all.

I'm using CJSS for a few months in prod now and my life is definitely full of newfound joy.

I have a use case where I would like to generate the CJSS file on build time but my configuration is stored on a YAML file and, for the sake of practicality, I wouldn't like to parse it to JSON before appending it to the CJSS because that feels too much like a hack.

Cheers!

scottkellum commented 5 years ago

See issue #14

c-harding commented 5 years ago

jeremyfa/yaml.js seems like a nice library for doing this, when a plugin system does appear.