diff options
| author | Tom Miller <tom.miller@luckie.com> | 2011-09-19 22:44:09 -0500 |
|---|---|---|
| committer | Tom Miller <jackerran@gmail.com> | 2011-09-19 22:46:21 -0500 |
| commit | ec91c370d5a07ee64f9ab180bf71b1d49aa14c94 (patch) | |
| tree | db2cb74ba9591abb3ad352f8046107de92d45db4 /Rakefile | |
| parent | 44e4a991cf7cab619edecc23bed667e4a3233560 (diff) | |
| download | my_new_personal_website-ec91c370d5a07ee64f9ab180bf71b1d49aa14c94.tar.xz my_new_personal_website-ec91c370d5a07ee64f9ab180bf71b1d49aa14c94.zip | |
Removing glob because globbing does not pick up dotfiles.
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ." |
