mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-07-23 23:00:51 -04:00
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:
parent
aee6b66dd8
commit
3f8e9a846b
7 changed files with 12 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue