diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-27 18:34:50 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-27 18:34:50 -0400 |
commit | 0911eabb9b5a2e4f351e0d0f98517783733fe5c0 (patch) | |
tree | 21e068f89622ad77226946a2ccfd2e09ab65385f /Rakefile | |
parent | d05040adfcebed26119ab3a59a910815a9e4db32 (diff) | |
download | my_new_personal_website-0911eabb9b5a2e4f351e0d0f98517783733fe5c0.tar.xz my_new_personal_website-0911eabb9b5a2e4f351e0d0f98517783733fe5c0.zip |
fixed update style
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ task :update_style, :theme do |t, args| end system "mv sass sass.old" puts "## Moved styles into sass.old/" - system "mkdir -p sass; cp -R #{themes_dir}/"+theme+"/sass/* sass/" + system "mkdir -p sass; cp -R #{themes_dir}/"+theme+"/sass/ sass/" cp_r "sass.old/custom/.", "sass/custom" puts "## Updated Sass ##" end |