Support for Versioning in Generated Output
We have apps that are client side only, served from S3, and I was thinking it would be nice if I could put everything generated into a
v-1.2.3/ folder, but keep index.html in the root with the version released that points to this subfolder (favicon and robots would probably be a few that need to stay in the root). I can't seem to find a way to move everything but index. I suppose I could script it, but is there an easier way to make this happen?