From c9dee86562251301d7ef25a3a1689a2d07723128 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Mon, 9 Mar 2015 16:47:01 +0200 Subject: [PATCH] Call optipng on sprite file --- make_static.PL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make_static.PL b/make_static.PL index 01c6125..100b6c2 100644 --- a/make_static.PL +++ b/make_static.PL @@ -30,6 +30,8 @@ $maker->print_css( sprite_filename => 'https://static.mindcoding.ro/static/logos.png', ); +system 'optipng', '-o7', '-zm1-9', 'static/logos.png'; + my $common_css; $common_css .= read_file $_ for ; for () { -- 2.39.2