From e7dcc2424ab4c7adb7356b8a7f7bf2c8e384ec94 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 12 Jan 2015 00:37:33 -0800 Subject: [PATCH] Don't copy the .sass-cache to the gh-pages dir. --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 31434cd4..56d51815 100644 --- a/Rakefile +++ b/Rakefile @@ -195,6 +195,7 @@ namespace :site do gh-pages/. gh-pages/.. gh-pages/.git + gh-pages/.gitignore ] FileList["gh-pages/{*,.*}"].exclude(*purge_exclude).each do |path| sh "rm -rf #{path}" @@ -206,6 +207,7 @@ namespace :site do site/. site/.. site/.jekyll-metadata + site/.sass-cache site/_site ] FileList["site/{*,.*}"].exclude(*copy_exclude).each do |path|