From a43794f540d90c4e4285e789c28270aeef310b11 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 29 Nov 2010 16:12:49 +0100 Subject: [PATCH] Add some Rake tasks --- Rakefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index f484d249c..975327408 100644 --- a/Rakefile +++ b/Rakefile @@ -1 +1,6 @@ -require 'nanoc3/tasks' \ No newline at end of file +require 'nanoc3/tasks' +require 'rake/clean' + +CLEAN.include('tmp/**/*') +CLOBBER.include('output/Scratch/{en,fr,assets}') +