DannyBen/madness

View on GitHub
tasks/screenshots.runfile

Summary

Maintainability
Test Coverage
summary "Generate the screenshots animated gif"

action do
  puts "Saving assets/screenshots.gif"
  exec "convert -delay 300 -loop 0 assets/screenshots/*.png assets/screenshots.gif"
end