diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/build.sh b/bin/build.sh index 901bb41..065fcbb 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -14,5 +14,7 @@ find $DIR -maxdepth 1 -type f -name \*.html | while read FILE do python editions.py $FILE + htmlmin $FILE $FILE.tmp + mv $FILE.tmp $FILE done python players.py $DIR/players |