aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-07-27 18:34:50 -0400
committerBrandon Mathis <brandon@imathis.com>2011-07-27 18:34:50 -0400
commit0911eabb9b5a2e4f351e0d0f98517783733fe5c0 (patch)
tree21e068f89622ad77226946a2ccfd2e09ab65385f /Rakefile
parentd05040adfcebed26119ab3a59a910815a9e4db32 (diff)
downloadmy_new_personal_website-0911eabb9b5a2e4f351e0d0f98517783733fe5c0.tar.xz
my_new_personal_website-0911eabb9b5a2e4f351e0d0f98517783733fe5c0.zip
fixed update style
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f9721eb1..d77d1131 100644
--- a/Rakefile
+++ b/Rakefile
@@ -133,7 +133,7 @@ task :update_style, :theme do |t, args|
end
system "mv sass sass.old"
puts "## Moved styles into sass.old/"
- system "mkdir -p sass; cp -R #{themes_dir}/"+theme+"/sass/* sass/"
+ system "mkdir -p sass; cp -R #{themes_dir}/"+theme+"/sass/ sass/"
cp_r "sass.old/custom/.", "sass/custom"
puts "## Updated Sass ##"
end