Skip to content

Commit 958a3f2

Browse files
committed
Optimize the size of all images
1 parent 5cc854d commit 958a3f2

File tree

125 files changed

+3
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
optimize-images:
2+
find sites -iname '*.png' -exec optipng {} \;
3+
find sites -iname '*.jpg' -exec jpegoptim {} \;
-5.4 KB
-13.2 KB
-146 Bytes
-162 Bytes
-307 Bytes
-29 Bytes
-51 Bytes
-37.3 KB
-23.7 KB
-18 KB
-13.2 KB
-12.4 KB

0 commit comments

Comments
 (0)