jasmine/Rakefile
2011-02-27 13:47:58 -08:00

5 lines
97 B
Ruby

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