Optimize PNG

master
Aeris 7 years ago
parent 9679d56a00
commit 3da08a5732
  1. 4
      rakefile

@ -1,5 +1,9 @@
task default: :deploy
task :optipng do
system 'find source/images -name "*.png" | xargs optipng -o7 -zm1-9 -f5 -strip all'
end
task :build do
system 'bundle exec middleman build'
end

Loading…
Cancel
Save