From 0a93e1f8bb3d158d8d2c81665985c3f28a00f86a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 13 Jan 2012 12:35:37 +0000 Subject: [PATCH] whitespace cleanup --- Rakefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Rakefile b/Rakefile index 2911e08..1b8dba3 100644 --- a/Rakefile +++ b/Rakefile @@ -56,7 +56,7 @@ namespace :build do system "jekyll ./source/site ./public" @blog.process end - + desc "Build tags" task :tags => "jekyll:initialize" do FileUtils.rm_rf(TAGS_DIR) @@ -69,15 +69,15 @@ namespace :build do end end end - + desc "Compress JavaScript libs specified in the Jimfile." task :js do system "jim compress" end - + desc "Build site and compress JavaScript libs" task :all => ["build", "build:js"] - + end desc "Sync assets into public folder for local testing." @@ -124,7 +124,7 @@ namespace :auto do end dw.start - + loop { sleep 500 } end end