From 5d24e0ba2b3ae72f56b3e9daf586b8e7bccfd6ae Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sun, 31 Jul 2011 13:24:38 -0400 Subject: udpated rake udpate_source task to preserve custom includes instaed of preserving navigation and footer --- Rakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 734bbbd7..86e07b5d 100644 --- a/Rakefile +++ b/Rakefile @@ -149,8 +149,7 @@ task :update_source, :theme do |t, args| puts "moved #{source_dir} into #{source_dir}.old/" system "mkdir -p #{source_dir}; cp -R #{themes_dir}/"+theme+"/source/. #{source_dir}" system "cp -Rn #{source_dir}.old/. #{source_dir}" - system "cp -f #{source_dir}.old/_includes/navigation.html #{source_dir}/_includes/navigation.html" - system "cp -f #{source_dir}.old/_includes/footer.html #{source_dir}/_includes/footer.html" + system "cp -Rf #{source_dir}.old/_includes/custom/. #{source_dir}/_includes/custom/" puts "## Updated #{source_dir} ##" end -- cgit v1.2.1