From f6bf89438702776896aee21cf839689355bbe203 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Sun, 18 Sep 2011 13:45:25 +0200 Subject: Aligns naming of .pygments-cache, .gist-cache and .sass-cache --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index ca76518a..80d027d5 100644 --- a/Rakefile +++ b/Rakefile @@ -156,9 +156,9 @@ task :integrate do FileUtils.mv Dir.glob("#{source_dir}/#{stash_dir}/*.*"), "#{source_dir}/#{posts_dir}/" end -desc "Clean out caches: _code_cache, _gist_cache, .sass-cache" +desc "Clean out caches: .pygments-cache, .gist-cache, .sass-cache" task :clean do - rm_rf ["_code_cache/**", "_gist_cache/**", ".sass-cache/**", "source/stylesheets/screen.css"] + rm_rf [".pygments-cache/**", ".gist-cache/**", ".sass-cache/**", "source/stylesheets/screen.css"] end desc "Move sass to sass.old, install sass theme updates, replace sass/custom with sass.old/custom" -- cgit v1.2.1