atticoos / gulp-ng-config

:wrench: Create AngularJS constants from a JSON config file
MIT License
173 stars 35 forks source link

Needs support for reading configuration from YAML files. #19

Closed vikasgarghb closed 9 years ago

vikasgarghb commented 9 years ago

I see that currently it just supports config from json file, it will be better to have it support yaml file as well.

atticoos commented 9 years ago

I could see yaml parsing if there's need for it..

Is this something you're currently in need of support for?

vikasgarghb commented 9 years ago

Having a YAML config support is good and we use YAML extensively in our projects. So, it would be good to have sooner.

atticoos commented 9 years ago

Alright, I personally haven't seen it used much other than for service providers, but I can see why some may use it for their own configuration too.

Will look into this support for an upcoming release :+1: