diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-08-25 10:25:31 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-08-25 10:25:41 -0400 |
commit | 94fcb60958b13d13d9f79a1d2e241efb1aec5913 (patch) | |
tree | 919351c927285f3663854e080a9640d33d6a0b43 /Rakefile | |
parent | ebd5fb002bebd4a2bd18d172758256dcd42475d7 (diff) | |
download | my_new_personal_website-94fcb60958b13d13d9f79a1d2e241efb1aec5913.tar.xz my_new_personal_website-94fcb60958b13d13d9f79a1d2e241efb1aec5913.zip |
removed unnecessary mkdir_p in update_style, fixed #67
Diffstat (limited to '')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 ##" |