2023-01-01 19:41:02 -06:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# Script to perform some basic operations to the code before committing.
|
|
|
|
|
|
|
|
# Adds file hashes to html script imports for cache busting purposes
|
2023-01-02 19:38:37 -06:00
|
|
|
powershell .devtools/updatehashes.ps1 gitadd
|
2023-01-01 19:41:02 -06:00
|
|
|
|
|
|
|
# Adds file to current commit
|
|
|
|
git add "**.html"
|