Browse code

removed unnecessary mkdir_p in update_style, fixed #67

Brandon Mathis authored on 25/08/2011 at 14:25:31
Showing 1 changed files
... ...
@@ -159,7 +159,6 @@ task :update_style, :theme do |t, args|
159 159
   end
160 160
   mv "sass", "sass.old"
161 161
   puts "## Moved styles into sass.old/"
162
-  mkdir_p "sass"
163 162
   cp_r "#{themes_dir}/"+theme+"/sass/", "sass"
164 163
   cp_r "sass.old/custom/.", "sass/custom"
165 164
   puts "## Updated Sass ##"