desc "build the site" task :site do system("staticmatic build .") system("cp -r site/ .") end