added itegration to gen_deploy

This commit is contained in:
Brandon Mathis 2011-09-12 14:51:49 -05:00
parent 565648300b
commit 48cd2793cf
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ end
desc "Generate website and deploy"
task :gen_deploy do
[:generate, :deploy].each { |t| Rake::Task[t].execute }
[:integrate, :generate, :deploy].each { |t| Rake::Task[t].execute }
end
desc "copy dot files for deployment"