Skip to content

Commit

Permalink
Merge pull request #1299 from blake41/master
Browse files Browse the repository at this point in the history
Fix update styles rake task
  • Loading branch information
parkr committed Nov 18, 2013
2 parents a1896c5 + b19dbff commit 4a3c160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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.old/custom/.", "sass/custom"
cp_r "sass/custom", "sass.old/custom/."
puts "## Updated Sass ##"
end

Expand Down

0 comments on commit 4a3c160

Please sign in to comment.