openOutpaint/.githooks/pre-commit
Victor Seiji Hariki 2f58f79b7d add cache busting hash update and update html file
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
2022-12-28 23:32:02 -03:00

9 lines
No EOL
228 B
Bash
Executable file

#!/bin/sh
#
# Script to perform some basic operations to the code before committing.
# Adds file hashes to html script imports for cache busting purposes
sh .devtools/updatehashes.sh
# Adds file to current commit
git add --all