You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/08/18 16:11:48 UTC

[whimsy] 02/02: add cleanup tasks

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit 058387185a92ff65ea46987a10298ee3e33e5434
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Fri Aug 18 12:11:35 2017 -0400

    add cleanup tasks
---
 www/board/agenda/Rakefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/www/board/agenda/Rakefile b/www/board/agenda/Rakefile
index 1c14505..f671ed3 100644
--- a/www/board/agenda/Rakefile
+++ b/www/board/agenda/Rakefile
@@ -189,3 +189,8 @@ task :listen => :bundle do
 
   listener.start
 end
+
+# cleanup
+require 'rake/clean'
+CLEAN.include 'passenger.3000.*', 'test/work'
+CLOBBER.include 'node_modules'

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.