dwyl / time-mvp-node

The most basic version of our Time App possible to start *using* it internally!
https://time-mvp.herokuapp.com
GNU General Public License v2.0
13 stars 2 forks source link

include git hash in filename to ensure the latest version of the app is being used #24

Open nelsonic opened 7 years ago

nelsonic commented 7 years ago

At present the Heroku app is sending an older version of client.js which is a pain! so I propose including the git hash in the filename ... the only way I can think of for doing this is to use a template ... hmm...