desc "Remove cached files from disk" task :sweep_cache do system "rm -rf public/programs/*" end