2021-02-27 18:58:53 +01:00
|
|
|
copy ..\src\edit.htm edit_src.htm
|
|
|
|
call html-minifier-terser --collapse-whitespace --remove-comments --remove-optional-tags --remove-redundant-attributes --remove-script-type-attributes --minify-css true --minify-js true -o edit.htm edit_src.htm
|
|
|
|
"C:\Program Files\7-Zip\7z.exe" a -tgzip -mx9 edit.htm.gz edit.htm
|
|
|
|
del ..\examples\SmartSwitch\data\edit.htm
|
|
|
|
del ..\examples\ESP_AsyncFSBrowser\data\edit.htm
|
|
|
|
ehg edit.htm.gz PROGMEM
|
|
|
|
copy edit.htm.gz.h ..\src\edit.htm.gz.h
|
|
|
|
pause
|
2020-08-21 12:43:46 +02:00
|
|
|
del edit.htm edit.htm.gz edit.htm.gz.h edit_src.htm
|