Rakefile in soywiki-0.2.7 vs Rakefile in soywiki-0.2.8

- old
+ new

@@ -29,9 +29,10 @@ desc "build and push website" task :web => :build_webpage do puts "Building and pushing website" `scp website/soywiki.html zoe2@instantwatcher.com:~/danielchoi.com/public/software/` + `scp -r website/images-soywiki zoe2@instantwatcher.com:~/danielchoi.com/public/software/` `open http://danielchoi.com/software/soywiki.html` end desc "build website locally" task :build_web_locally => :build_webpage do