aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
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