Complete tree image optimization

- recursively optimize images using optipng/jpegoptim
benefits:
+ reduces image size
+ decreases load time
+ reduces memory usage
This commit is contained in:
Tad 2019-08-05 20:34:08 -04:00
parent aee6b66dd8
commit 3f8e9a846b
7 changed files with 12 additions and 1 deletions

View file

@ -48,6 +48,7 @@ export -f buildDeviceDebug;
buildAll() {
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanWorkspaceForMalware; fi;
if [ "$DOS_OPTIMIZE_IMAGES" = true ]; then optimizeImagesRecursive "$DOS_BUILD_BASE"; fi;
brunch lineage_d852-user;
brunch lineage_angler-user;
brunch lineage_bullhead-user;