]> iEval git - gruntmaster-page.git/blobdiff - make_static.PL
Call optipng on sprite file
[gruntmaster-page.git] / 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.020575 seconds and 4 git commands to generate.