From df86e647b1200f724ba8924eb474b9334ca0fd68 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Thu, 28 Jul 2011 22:12:50 -0400 Subject: Rake task update_source now preserves footer as well as navigation --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index d77d1131..734bbbd7 100644 --- a/Rakefile +++ b/Rakefile @@ -150,6 +150,7 @@ task :update_source, :theme do |t, args| 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" puts "## Updated #{source_dir} ##" end -- cgit v1.2.1