diff options
author | Parker Moore <parkrmoore@gmail.com> | 2013-11-17 21:52:15 -0500 |
---|---|---|
committer | Parker Moore <parkrmoore@gmail.com> | 2013-11-17 21:52:15 -0500 |
commit | abc9ef5113691ba19caf70b3e6d2984cc6b13fd9 (patch) | |
tree | 21aa02c94694478e5702162b04574095e065a552 | |
parent | 4a3c160a17bf7b67bb6b6c5131c313281847827b (diff) | |
download | my_new_personal_website-abc9ef5113691ba19caf70b3e6d2984cc6b13fd9.tar.xz my_new_personal_website-abc9ef5113691ba19caf70b3e6d2984cc6b13fd9.zip |
Move '/.' back to first arg in :update_style
Rel #1299
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ task :update_style, :theme do |t, args| mv "sass", "sass.old" puts "## Moved styles into sass.old/" cp_r "#{themes_dir}/"+theme+"/sass/", "sass" - cp_r "sass/custom", "sass.old/custom/." + cp_r "sass/custom/.", "sass.old/custom" puts "## Updated Sass ##" end |