Rakefile no longer needed as it was for staticmatic

This commit is contained in:
Davis W. Frank 2011-02-27 14:22:32 -08:00
parent 0c35bf9ced
commit d08ce2de24
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
desc "build the site"
task :site do
system("staticmatic build .")
system("cp -r site/ .")
end