janelia-flyem / dvid-console

Web console and API help for DVID
3 stars 1 forks source link

Better strategy for local config #45

Open ghost opened 7 years ago

ghost commented 7 years ago

Right now, local configs are included in js/utils/config.js, which gets minified in the deployed bundle and can't be practically edited. Need to think about how to exclude this from the bundle and still reference it everywhere it needs to be referenced in the minified bundle. Also needs to be excluded from git.