aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index f2372aae..c7663247 100644
--- a/Rakefile
+++ b/Rakefile
@@ -187,8 +187,8 @@ task :update_style, :theme do |t, args|
end
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 "#{themes_dir}/"+theme+"/sass/", "sass", :remove_destination=>true
+ cp_r "sass.old/custom/.", "sass.old/custom/", :remove_destination=>true
puts "## Updated Sass ##"
end