aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker Moore <parkrmoore@gmail.com>2013-11-17 21:52:15 -0500
committerParker Moore <parkrmoore@gmail.com>2013-11-17 21:52:15 -0500
commitabc9ef5113691ba19caf70b3e6d2984cc6b13fd9 (patch)
tree21aa02c94694478e5702162b04574095e065a552
parent4a3c160a17bf7b67bb6b6c5131c313281847827b (diff)
downloadmy_new_personal_website-abc9ef5113691ba19caf70b3e6d2984cc6b13fd9.tar.xz
my_new_personal_website-abc9ef5113691ba19caf70b3e6d2984cc6b13fd9.zip
Move '/.' back to first arg in :update_style
Rel #1299
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index a79ac29f..0a1cfe22 100644
--- a/Rakefile
+++ b/Rakefile
@@ -184,7 +184,7 @@ task :update_style, :theme do |t, args|
mv "sass", "sass.old"
puts "## Moved styles into sass.old/"
cp_r "#{themes_dir}/"+theme+"/sass/", "sass"
- cp_r "sass/custom", "sass.old/custom/."
+ cp_r "sass/custom/.", "sass.old/custom"
puts "## Updated Sass ##"
end