Move '/.' back to first arg in :update_style

Rel #1299
main
Parker Moore 11 years ago
parent 4a3c160a17
commit abc9ef5113

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

Loading…
Cancel
Save