removed unnecessary mkdir_p in update_style, fixed #67

This commit is contained in:
Brandon Mathis 2011-08-25 10:25:31 -04:00
parent ebd5fb002b
commit 94fcb60958

View File

@ -159,7 +159,6 @@ task :update_style, :theme do |t, args|
end
mv "sass", "sass.old"
puts "## Moved styles into sass.old/"
mkdir_p "sass"
cp_r "#{themes_dir}/"+theme+"/sass/", "sass"
cp_r "sass.old/custom/.", "sass/custom"
puts "## Updated Sass ##"