removed unnecessary mkdir_p in update_style, fixed #67

main
Brandon Mathis 14 years ago
parent ebd5fb002b
commit 94fcb60958

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

Loading…
Cancel
Save