sym
sym copied to clipboard
Add version numbers (and automate versioning)
Add version numbers on site which show version of the webpage and current data, separately.
Added in ce28dca (manual version. Now we have to remember update that string all the time. Yay)
You could add the version to the .json file and then have it load from the json so that you wouldn't have to edit the js files separately
@robenter
I thought of this, and given how many this kind of "local changes" we the site needs we should probably invest in proper "deployment script" that updates code on server with correct parameters (e.g. locations of files, version numbers). Perhaps a small Python script setup.py along with a JSON file (not included in repo) that will contain server-specific variables.
Alright got tired of manually updating version numbers already. Reopening this issue for easing the version numbering, possibly with the way mentioned above.