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?
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.