aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTom Miller <tom.miller@luckie.com>2011-09-19 22:44:09 -0500
committerTom Miller <jackerran@gmail.com>2011-09-19 22:46:21 -0500
commitec91c370d5a07ee64f9ab180bf71b1d49aa14c94 (patch)
treedb2cb74ba9591abb3ad352f8046107de92d45db4 /Rakefile
parent44e4a991cf7cab619edecc23bed667e4a3233560 (diff)
downloadmy_new_personal_website-ec91c370d5a07ee64f9ab180bf71b1d49aa14c94.tar.xz
my_new_personal_website-ec91c370d5a07ee64f9ab180bf71b1d49aa14c94.zip
Removing glob because globbing does not pick up dotfiles.
Diffstat (limited to '')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index df96f92b..4a1e64e9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -225,7 +225,7 @@ desc "deploy public directory to github pages"
multitask :push do
puts "## Deploying branch to Github Pages "
(Dir["#{deploy_dir}/*"]).each { |f| rm_rf(f) }
- system "cp -R #{public_dir}/* #{deploy_dir}"
+ system "cp -R #{public_dir}/ #{deploy_dir}"
puts "\n## copying #{public_dir} to #{deploy_dir}"
cd "#{deploy_dir}" do
system "git add ."