aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker Moore <parkrmoore@gmail.com>2013-11-17 18:51:37 -0800
committerParker Moore <parkrmoore@gmail.com>2013-11-17 18:51:37 -0800
commit4a3c160a17bf7b67bb6b6c5131c313281847827b (patch)
tree41440a54d06c8d4ad90a690503dc955e5e3961fb
parenta1896c51262c58eb262a767df6fa900c555fbe40 (diff)
parentb19dbff510f776f7d395d4f4de609e13cec84697 (diff)
downloadmy_new_personal_website-4a3c160a17bf7b67bb6b6c5131c313281847827b.tar.xz
my_new_personal_website-4a3c160a17bf7b67bb6b6c5131c313281847827b.zip
Merge pull request #1299 from blake41/master
Fix update styles rake task
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 6850835d..a79ac29f 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.old/custom/.", "sass/custom"
+ cp_r "sass/custom", "sass.old/custom/."
puts "## Updated Sass ##"
end