summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 2da47b9..c092ecf 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,3 +10,8 @@ task :buildsite do
Jekyll::Commands::Build.process({})
end
+desc 'Clean up built files'
+task :clean do
+ puts 'Cleaning up _site...'.bold
+ Jekyll::Commands::Clean.process({})
+end