Skip to content

Commit

Permalink
Retains customized favicon on update_source fixes imathis#189, Copies…
Browse files Browse the repository at this point in the history
… index.* from source.old fixes imathis#188
  • Loading branch information
imathis committed Sep 30, 2011
1 parent 898b149 commit bdf904a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,9 @@ task :update_source, :theme do |t, args|
puts "## Copied #{source_dir} into #{source_dir}.old/"
cp_r "#{themes_dir}/"+theme+"/source/.", source_dir, :remove_destination=>true
cp_r "#{source_dir}.old/_includes/custom/.", "#{source_dir}/_includes/custom/", :remove_destination=>true
cp "#{source_dir}.old/favicon.png", source_dir
mv "#{source_dir}/index.html", "#{blog_index_dir}", :force=>true if blog_index_dir != source_dir
cp "#{source_dir}.old/index.html", source_dir if blog_index_dir != source_dir
cp "#{source_dir}.old/index.*", source_dir if blog_index_dir != source_dir
puts "## Updated #{source_dir} ##"
end

Expand Down

0 comments on commit bdf904a

Please sign in to comment.