Merge pull request #1299 from blake41/master

Fix update styles rake task
This commit is contained in:
Parker Moore 2013-11-17 18:51:37 -08:00
commit 4a3c160a17

View File

@ -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