turbulenz / webgl_benchmark

Polycraft.gl is an online benchmark application that measures the performance of your WebGL compatible device, powered by Polycraft and ga.me.

Home Page:polycraft.gl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add file versioning to all files for deployment

ianballantyne opened this issue · comments

When deployment occurs files that require replacement need to be invalidated. Versioning files ensure that files are added and not replaced which reduces chances of inconsistent benchmark state during deployment window.

Files that require versioning that are expected to change in the future:

  • Stream data
  • mapping_table.json
  • benchmark.canvas.js
  • all js/ files
  • img/ files
  • css/ files
  • assets/ files

I will handle the stream data and assets files

Versioning done for:

  • Stream data
  • assets/files

Task complete for 1.0