Rakefile in soywiki-0.0.3 vs Rakefile in soywiki-0.0.4
- old
+ new
@@ -8,15 +8,11 @@
require 'soywiki'
Bundler::GemHelper.install_tasks
desc "build and push website"
-task :web do
- version = Soywiki::VERSION
- Dir.chdir("website") do
- puts "updating website"
- puts `./run.sh #{Soywiki::VERSION}`
- end
+task :web => :build_webpage do
+ `scp website/soywiki.html zoe2@instantwatcher.com:~/danielchoi.com/public/software/`
end
desc "build website locally"
task :weblocal => :build_webpage do
Dir.chdir("website") do