atticoos / gulp-ng-config

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

Default config values as option to this plugin #69

Open normanjaeckel opened 7 years ago

normanjaeckel commented 7 years ago

I would like to provide default values for my config in the gulpfile. These values might be overridden by the config.json (or config.yml). At the moment the constants option only provides to extend or override the values of the config file, not vice versa. Do you think, this is a good idea?

BTW: Nice plugin. Thanks for your work.