diff --git a/Rakefile b/Rakefile index 3468b102..b2348ba9 100644 --- a/Rakefile +++ b/Rakefile @@ -51,27 +51,6 @@ begin rescue LoadError end -task :pages do - puts "#{'=' * 50} Running rake pages" - ensure_git_cleanup do - sh %{git checkout haml-pages} - sh %{git reset --hard origin/haml-pages} - - Dir.chdir("/var/www/haml-pages") do - sh %{git fetch origin} - - sh %{git checkout stable} - sh %{git reset --hard origin/stable} - - sh %{git checkout haml-pages} - sh %{git reset --hard origin/haml-pages} - sh %{rake build --trace} - sh %{mkdir -p tmp} - sh %{touch tmp/restart.txt} - end - end -end - desc <