GZip compression for static files

This commit is contained in:
Rene Zeldenthuis
2022-09-20 11:20:19 +02:00
parent b1480a93d9
commit cbdea51a12
8 changed files with 41 additions and 25 deletions

View File

@@ -2,4 +2,5 @@
python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install htmlmin
python3 ./html_to_cpp.py ./html ./include/html_data.h
python3 ./html_to_cpp.py ./html ./include/html_data.h
python3 ./html_to_cpp_gzip.py ./html_gzip ./include/html_data_gzip.h