You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/06/12 10:25:08 UTC

[whimsy] branch master updated: Extra cleanup

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 78cfc96  Extra cleanup
78cfc96 is described below

commit 78cfc96ec7caa5e2919dd197b54bf2e598e4ed57
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jun 12 11:24:58 2020 +0100

    Extra cleanup
---
 www/board/agenda/Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/Rakefile b/www/board/agenda/Rakefile
index 2e45ae3..a662222 100644
--- a/www/board/agenda/Rakefile
+++ b/www/board/agenda/Rakefile
@@ -203,5 +203,5 @@ end
 
 # cleanup
 require 'rake/clean'
-CLEAN.include 'passenger.3000.*', 'test/work'
+CLEAN.include 'passenger.3000.*', 'test/work', 'public/assets'
 CLOBBER.include 'node_modules', 'package-lock.json'