aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-09-22 04:43:09 -0500
committerBrandon Mathis <brandon@imathis.com>2011-09-22 04:43:09 -0500
commitfcb730b5bf6c76f8f36512461181df4f537cc16a (patch)
tree2529e83f33ceed87b2193b628aedfba56c81c911 /Rakefile
parent4efb29394fcb99a77eea708e51c7dbc04aca0f94 (diff)
downloadmy_new_personal_website-fcb730b5bf6c76f8f36512461181df4f537cc16a.tar.xz
my_new_personal_website-fcb730b5bf6c76f8f36512461181df4f537cc16a.zip
Restored copying public into _deploy. fixes #169
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 05749208..4fcafbd5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -227,6 +227,7 @@ multitask :push do
(Dir["#{deploy_dir}/*"]).each { |f| rm_rf(f) }
Rake::Task[:copydot].invoke(public_dir, deploy_dir)
puts "\n## copying #{public_dir} to #{deploy_dir}"
+ system "cp -R #{public_dir}/* #{deploy_dir}"
cd "#{deploy_dir}" do
system "git add ."
system "git add -u"