Replace the version hashing with git revision hashing to fix browser
caching
This commit is contained in:
parent
5a644ae0b8
commit
73cb14155c
3 changed files with 11 additions and 4 deletions
5
build.sh
Executable file
5
build.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
composer install
|
||||
|
||||
git rev-parse HEAD > VERSION
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue