Call optipng on sprite file
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 9 Mar 2015 14:47:01 +0000 (16:47 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 9 Mar 2015 14:47:01 +0000 (16:47 +0200)
make_static.PL

index 01c61253138a804084ec2007469fa27b42ce884e..100b6c2ca31c40f3c5fba2784859ac43c8f6e4a1 100644 (file)
@@ -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 <css/*.css>;
 for (<css/themes/*>) {
This page took 0.010852 seconds and 4 git commands to generate.