From 94fcb60958b13d13d9f79a1d2e241efb1aec5913 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Thu, 25 Aug 2011 10:25:31 -0400 Subject: [PATCH] removed unnecessary mkdir_p in update_style, fixed #67 --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index 5881764..7a9974d 100644 --- a/Rakefile +++ b/Rakefile @@ -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 ##"