aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-09-12 14:51:49 -0500
committerBrandon Mathis <brandon@imathis.com>2011-09-12 14:51:49 -0500
commit48cd2793cf40c634ccee89d5a155efdb6851201d (patch)
tree23699cfa653eaba1d25ce61200225ef349fb87ab /Rakefile
parent565648300b3c79330d4f3b75161ebefce9414e04 (diff)
downloadmy_new_personal_website-48cd2793cf40c634ccee89d5a155efdb6851201d.tar.xz
my_new_personal_website-48cd2793cf40c634ccee89d5a155efdb6851201d.zip
added itegration to gen_deploy
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 881929a6..95e95c7a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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"