Commit Diff


commit - 08a6b6abbd3ca1b66739bd7ba34203e451ec53bf
commit + 60905fa39082941be6ba5a4926bc970b2888612b
blob - 95ef06d8df7312c9b414e97daa9149bef18ddb08
blob + 23a35711c3388919ce171a26bdb85ff3a08c8a65
--- src/blog/core.clj
+++ src/blog/core.clj
@@ -131,6 +131,11 @@
                     {:port 3000
                      :join? false})))
 
+(core/deftask clean
+  "clean the output directory"
+  []
+  (sh "rm" "-rm" "resources/out/"))
+
 (core/deftask deploy
   "Copy the files to the server"
   []