FirstLegoLeague / displaySystem

Set of display tools
https://firstlegoleague.github.io/displaySystem/
4 stars 7 forks source link

way to allow user the overwrite config.js #46

Open Jheronymus opened 6 years ago

Jheronymus commented 6 years ago

at the moment even in development you make changes to the config.js. These need to be undone before a commit. Also when a user just wants to changes a few settings, he must do so in the original config, leading to a possible merge conflict on the next update.

better might be a user-config.js where you can just add the changes. It should directly overwrite the config.js settings. Chalenge here is to find a way to disable modules. Other suggestions are welcome