jasmine/Rakefile

5 lines
97 B
Ruby
Raw Normal View History

2011-02-27 20:27:23 +00:00
desc "build the site"
task :site do
system("staticmatic build .")
system("cp -r site/ .")
end